Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h186 bool isType() const { return IsType; } in isType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h111 inline bool isType(Tag T) { in isType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp648 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid()
788 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1125 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function