Searched defs:isType (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h170 bool isType() const { return IsType; } function in class:clang::ASTWriter::DeclOrType
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp539 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
673 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h91 inline bool isType(Tag T) { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp870 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } function
[all...]

Completed in 150 milliseconds