Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp251 bool isDefinition; // if false, it is expansion. member
/external/llvm-project/clang/unittests/Basic/
DSourceManagerTest.cpp359 bool isDefinition() const { return MAKind & kDefinition; } in isDefinition() function
/external/llvm/lib/IR/
DDIBuilder.cpp631 bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, in createFunction()
649 bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, in createTempFunctionFwdDecl()
662 bool isLocalToUnit, bool isDefinition, unsigned VK, in createMethod()
/external/llvm-project/clang/lib/AST/
DTypeLoc.cpp298 bool TagTypeLoc::isDefinition() const { in isDefinition() function in TagTypeLoc
/external/clang/include/clang/AST/
DTypeLoc.h664 bool isDefinition() const { in isDefinition() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1739 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } in isDefinition() function
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1958 bool isDefinition() const { return getSPFlags() & SPFlagDefinition; } in isDefinition() function
/external/clang/include/clang-c/
DIndex.h5589 int isDefinition; member
/external/rust/crates/clang-sys/src/
Dlib.rs1396 pub isDefinition: c_int, field
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3803 AST_POLYMORPHIC_MATCHER(isDefinition, in AST_POLYMORPHIC_MATCHER() argument
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5449 AST_POLYMORPHIC_MATCHER(isDefinition, in AST_POLYMORPHIC_MATCHER() argument
/external/llvm-project/clang/include/clang-c/
DIndex.h6347 int isDefinition; member
/external/clang/lib/Sema/
DSemaDecl.cpp12073 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp15157 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration()