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.cpp315 bool TagTypeLoc::isDefinition() const { in isDefinition() function in TagTypeLoc
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2366 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } in isDefinition() function
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6340 int isDefinition; member
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6257 AST_POLYMORPHIC_MATCHER(isDefinition, in AST_POLYMORPHIC_MATCHER() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17285 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration()