Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp313 bool TagTypeLoc::isDefinition() const { in isDefinition() function in TagTypeLoc
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1988 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } in isDefinition() function
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5883 int isDefinition; member
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5936 AST_POLYMORPHIC_MATCHER(isDefinition, in AST_POLYMORPHIC_MATCHER() argument
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp16420 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration()