Home
last modified time | relevance | path

Searched defs:IsDefinition (Results 1 – 18 of 18) sorted by relevance

/external/clang/include/clang/Lex/
DCodeCompletionHandler.h47 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName()
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py120 def IsDefinition(self): member in Node
278 def IsDefinition(self): member in Typedef
302 def IsDefinition(self): member in _NestedType
331 def IsDefinition(self): member in Class
374 def IsDefinition(self): member in Function
451 def IsDefinition(self): member in Type
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py119 def IsDefinition(self): member in Node
277 def IsDefinition(self): member in Typedef
301 def IsDefinition(self): member in _NestedType
330 def IsDefinition(self): member in Class
373 def IsDefinition(self): member in Function
450 def IsDefinition(self): member in Type
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp257 bool IsDefinition; member in __anondb9e6fc60111::GlobalTypeMember
267 bool IsDefinition, bool IsExported, in create()
1225 Function *F, Constant *JT, bool IsDefinition) { in replaceWeakDeclarationWithJumpTablePtr()
1439 bool IsDefinition = Functions[I]->isDefinition(); in buildBitSetsFromFunctionsNative() local
1641 void LowerTypeTestsModule::replaceCfiUses(Function *Old, Value *New, bool IsDefinition) { in replaceCfiUses()
1860 bool IsDefinition = !GO.isDeclarationForLinker(); in lower() local
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp231 const VariantMatcher IsDefinition = constructMatcher("isDefinition"); in TEST_F() local
/external/llvm/lib/IR/
DDebugInfoMetadata.cpp413 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, in getImpl()
511 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl()
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, in LLVMDIBuilderCreateFunction()
Ddibuilder.go188 IsDefinition bool member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp502 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, in getImpl()
610 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl()
DDebugInfo.cpp802 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
/external/clang/lib/Parse/
DParser.cpp1885 void Parser::CodeCompleteMacroName(bool IsDefinition) { in CodeCompleteMacroName()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Ddibuilder.go195 IsDefinition bool member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp1587 bool IsDefinition = true; in TEST_F() local
1929 bool IsDefinition = true; in TEST_F() local
2003 bool IsDefinition = true; in TEST_F() local
/external/clang/lib/AST/
DDeclBase.cpp574 bool IsDefinition; in isWeakImported() local
/external/llvm/unittests/IR/
DMetadataTest.cpp1420 bool IsDefinition = true; in TEST_F() local
1761 bool IsDefinition = true; in TEST_F() local
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1277 TEST(Matcher, IsDefinition) { in TEST() argument
/external/clang/lib/Sema/
DSemaDecl.cpp5597 bool IsDefinition) { in checkDLLAttributeRedeclaration()
7168 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); in DiagnoseInvalidRedeclaration() local
DSemaCodeComplete.cpp7453 void Sema::CodeCompletePreprocessorMacroName(bool IsDefinition) { in CodeCompletePreprocessorMacroName()