Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h179 bool isType() const { return IsType; } isType() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h111 inline bool isType(Tag T) { in isType() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp651 ActOnCXXTypeid(SourceLocation OpLoc,SourceLocation LParenLoc,bool isType,void * TyOrExpr,SourceLocation RParenLoc) ActOnCXXTypeid() argument
793 ActOnCXXUuidof(SourceLocation OpLoc,SourceLocation LParenLoc,bool isType,void * TyOrExpr,SourceLocation RParenLoc) ActOnCXXUuidof() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1075 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } isType() function
[all...]