Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp314 bool TagTypeLoc::isDefinition() const { in isDefinition() function in TagTypeLoc
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1752 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } isDefinition() function
/freebsd-src/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6094 int isDefinition; global() member
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6187 AST_POLYMORPHIC_MATCHER(isDefinition,AST_POLYMORPHIC_SUPPORTED_TYPES (TagDecl,VarDecl,ObjCMethodDecl,FunctionDecl)) AST_POLYMORPHIC_MATCHER() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17024 isAcceptableTagRedeclaration(const TagDecl * Previous,TagTypeKind NewTag,bool isDefinition,SourceLocation NewTagLoc,const IdentifierInfo * Name) isAcceptableTagRedeclaration() argument