Home
last modified time | relevance | path

Searched refs:IsDefinition (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/IR/
DLLVMContextImpl.h526 bool IsDefinition;
541 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
548 IsDefinition(IsDefinition), ScopeLine(ScopeLine),
558 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()),
571 IsDefinition == RHS->isDefinition() &&
587 if (!IsDefinition && LinkageName)
603 return isDeclarationOfODRMember(LHS.IsDefinition, LHS.Scope,
613 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope,
617 if (IsDefinition || !Scope || !LinkageName)
625 return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() &&
[all …]
DDebugInfoMetadata.cpp413 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, in getImpl() argument
422 (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit, IsDefinition, in getImpl()
430 IsDefinition, IsOptimized), in getImpl()
511 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl() argument
519 IsLocalToUnit, IsDefinition, Variable, in getImpl()
523 DEFINE_GETIMPL_STORE(DIGlobalVariable, (Line, IsLocalToUnit, IsDefinition), in getImpl()
/external/llvm/unittests/IR/
DMetadataTest.cpp1420 bool IsDefinition = true; in TEST_F() local
1435 Type, IsLocalToUnit, IsDefinition, ScopeLine, in TEST_F()
1448 EXPECT_EQ(IsDefinition, N->isDefinition()); in TEST_F()
1461 Type, IsLocalToUnit, IsDefinition, ScopeLine, in TEST_F()
1468 Type, IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1473 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1477 Type, IsLocalToUnit, IsDefinition, ScopeLine, in TEST_F()
1483 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1488 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType, in TEST_F()
1493 getSubroutineType(), IsLocalToUnit, IsDefinition, in TEST_F()
[all …]
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1299 unsigned IsDefinition : 1;
1305 bool IsDefinition, bool IsOptimized, ArrayRef<Metadata *> Ops)
1310 IsLocalToUnit(IsLocalToUnit), IsDefinition(IsDefinition),
1321 DISubroutineType *Type, bool IsLocalToUnit, bool IsDefinition,
1330 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1338 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
1357 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
1365 IsDefinition, ScopeLine, ContainingType, Virtuality,
1371 unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition,
1376 (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit, IsDefinition,
[all …]
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp231 const VariantMatcher IsDefinition = constructMatcher("isDefinition"); in TEST_F() local
233 constructMatcher("varDecl", IsDefinition).getTypedMatcher<Decl>(); in TEST_F()
235 constructMatcher("recordDecl", IsDefinition).getTypedMatcher<Decl>(); in TEST_F()
237 constructMatcher("functionDecl", IsDefinition).getTypedMatcher<Decl>(); in TEST_F()
/external/clang/include/clang/Lex/
DCodeCompletionHandler.h47 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName() argument
/external/clang/lib/AST/
DDeclBase.cpp543 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported()
544 IsDefinition = false; in canBeWeakImported()
549 IsDefinition = true; in canBeWeakImported()
557 IsDefinition = true; in canBeWeakImported()
574 bool IsDefinition; in isWeakImported() local
575 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, in LLVMDIBuilderCreateFunction() argument
82 IsLocalToUnit, IsDefinition, ScopeLine, Flags, in LLVMDIBuilderCreateFunction()
DDIBuilderBindings.h57 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
Ddibuilder.go188 IsDefinition bool member
209 boolToCInt(f.IsDefinition),
/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/v8/testing/gmock/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/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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAsmPrinter.h461 bool IsDefinition = true) const;
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h540 bool IsDefinition = true) const;
/external/clang/lib/Parse/
DParser.cpp1885 void Parser::CodeCompleteMacroName(bool IsDefinition) { in CodeCompleteMacroName() argument
1886 Actions.CodeCompletePreprocessorMacroName(IsDefinition); in CodeCompleteMacroName()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1999 bool IsDefinition) const { in EmitVisibility()
2005 if (IsDefinition) in EmitVisibility()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2523 bool IsDefinition) const { in EmitVisibility()
2529 if (IsDefinition) in EmitVisibility()
/external/clang/include/clang/AST/
DDeclBase.h640 bool canBeWeakImported(bool &IsDefinition) const;
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1277 TEST(Matcher, IsDefinition) { in TEST() argument
/external/clang/lib/Sema/
DSemaCodeComplete.cpp7453 void Sema::CodeCompletePreprocessorMacroName(bool IsDefinition) { in CodeCompletePreprocessorMacroName() argument
7456 IsDefinition? CodeCompletionContext::CCC_MacroName in CodeCompletePreprocessorMacroName()
7458 if (!IsDefinition && (!CodeCompleter || CodeCompleter->includeMacros())) { in CodeCompletePreprocessorMacroName()
7473 } else if (IsDefinition) { in CodeCompletePreprocessorMacroName()
DSemaDecl.cpp5597 bool IsDefinition) { in checkDLLAttributeRedeclaration() argument
5601 IsDefinition = false; in checkDLLAttributeRedeclaration()
5666 IsDefinition = VD->isThisDeclarationADefinition(S.Context) != in checkDLLAttributeRedeclaration()
5676 if (IsMicrosoft && IsDefinition) { in checkDLLAttributeRedeclaration()
7168 bool IsDefinition = ExtraArgs.D.isFunctionDefinition(); in DiagnoseInvalidRedeclaration() local
7253 << Name << NewDC << IsDefinition); in DiagnoseInvalidRedeclaration()
7266 << Name << NewDC << IsDefinition << NewFD->getLocation(); in DiagnoseInvalidRedeclaration()
/external/clang/include/clang/Parse/
DParser.h2671 void CodeCompleteMacroName(bool IsDefinition) override;
/external/clang/include/clang/Sema/
DSema.h9310 void CodeCompletePreprocessorMacroName(bool IsDefinition);