Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp298 bool TagTypeLoc::isDefinition() const { in isDefinition() function in TagTypeLoc
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1947 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } in isDefinition() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6367 int isDefinition; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5734 AST_POLYMORPHIC_MATCHER(isDefinition, in AST_POLYMORPHIC_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp15288 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration()