Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DTypeTraitsCheck.cpp163 AST_POLYMORPHIC_MATCHER(isType, in AST_POLYMORPHIC_MATCHER() argument
/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h186 bool isType() const { return IsType; } isType() function
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h111 inline bool isType(Tag T) { in isType() function
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp521 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 DSemaExprCXX.cpp648 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 DVerifier.cpp1135 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function
[all...]