Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp314 bool TagTypeLoc::isDefinition() const { in isDefinition() function in TagTypeLoc
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1810 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } in isDefinition() function
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6171 int isDefinition; member
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6211 AST_POLYMORPHIC_MATCHER(isDefinition, in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16796 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration()