Home
last modified time | relevance | path

Searched defs:isDefinition (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp298 bool isDefinition = static_cast<bool>(attr.getSubprogramFlags() & translateImpl() local
/llvm-project/clang/unittests/Basic/
H A DSourceManagerTest.cpp540 bool isDefinition() const { return MAKind & kDefinition; } isDefinition() function
[all...]
/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp314 bool TagTypeLoc::isDefinition() const { in isDefinition() function in TagTypeLoc
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1810 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } isDefinition() function
/llvm-project/clang/include/clang-c/
H A DIndex.h6110 int isDefinition; global() member
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6211 AST_POLYMORPHIC_MATCHER(isDefinition,AST_POLYMORPHIC_SUPPORTED_TYPES (TagDecl,VarDecl,ObjCMethodDecl,FunctionDecl)) AST_POLYMORPHIC_MATCHER() argument
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16750 isAcceptableTagRedeclaration(const TagDecl * Previous,TagTypeKind NewTag,bool isDefinition,SourceLocation NewTagLoc,const IdentifierInfo * Name) isAcceptableTagRedeclaration() argument