Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DSourceManagerTest.cpp251 bool isDefinition; // if false, it is expansion. member
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h490 unsigned isDefinition() const { return getUnsignedField(10); } in isDefinition() function
600 unsigned isDefinition() const { return getUnsignedField(10); } 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/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp756 bool isLocalToUnit, bool isDefinition, in createFunction()
802 bool isDefinition, in createMethod()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp755 bool isDefinition, unsigned ScopeLine, DINode::DIFlags Flags, in createFunction()
774 bool isDefinition, unsigned ScopeLine, DINode::DIFlags Flags, in createTempFunctionFwdDecl()
788 bool isDefinition, unsigned VK, unsigned VIndex, int ThisAdjustment, in createMethod()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp284 bool isDefinition() const { in isDefinition() function in __anondb9e6fc60111::GlobalTypeMember
980 void LowerTypeTestsModule::importFunction(Function *F, bool isDefinition) { in importFunction()
/external/clang/include/clang/AST/
DTypeLoc.h664 bool isDefinition() const { in isDefinition() function
/external/clang/include/clang-c/
DIndex.h5589 int isDefinition; member
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3803 AST_POLYMORPHIC_MATCHER(isDefinition, in AST_POLYMORPHIC_MATCHER() argument
/external/clang/lib/Sema/
DSemaDecl.cpp12073 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration()