Searched defs:isType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | TypeTraitsCheck.cpp | 163 AST_POLYMORPHIC_MATCHER(isType, in AST_POLYMORPHIC_MATCHER() argument
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 186 bool isType() const { return IsType; } isType() function
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 111 inline bool isType(Tag T) { in isType() function
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 521 SymbolAlias(StringRef name,uint32_t suffixIndex,bool isType,bool isDeferrable) SymbolAlias() argument 545 bool isType : 1; global() member in __anonc242fc4b0611::SymbolAlias 607 bool isType : 1; global() member [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 648 ActOnCXXTypeid(SourceLocation OpLoc,SourceLocation LParenLoc,bool isType,void * TyOrExpr,SourceLocation RParenLoc) ActOnCXXTypeid() argument 788 ActOnCXXUuidof(SourceLocation OpLoc,SourceLocation LParenLoc,bool isType,void * TyOrExpr,SourceLocation RParenLoc) ActOnCXXUuidof() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 1135 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function [all...] |