/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 526 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 …]
|
D | DebugInfoMetadata.cpp | 413 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/ |
D | MetadataTest.cpp | 1420 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/ |
D | DebugInfoMetadata.h | 1299 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/ |
D | RegistryTest.cpp | 231 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/ |
D | CodeCompletionHandler.h | 47 virtual void CodeCompleteMacroName(bool IsDefinition) { } in CodeCompleteMacroName() argument
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 543 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/ |
D | DIBuilderBindings.cpp | 76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, in LLVMDIBuilderCreateFunction() argument 82 IsLocalToUnit, IsDefinition, ScopeLine, Flags, in LLVMDIBuilderCreateFunction()
|
D | DIBuilderBindings.h | 57 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
|
D | dibuilder.go | 188 IsDefinition bool member 209 boolToCInt(f.IsDefinition),
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 119 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/ |
D | ast.py | 120 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/ |
D | ast.py | 120 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/ |
D | AsmPrinter.h | 461 bool IsDefinition = true) const;
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 540 bool IsDefinition = true) const;
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1885 void Parser::CodeCompleteMacroName(bool IsDefinition) { in CodeCompleteMacroName() argument 1886 Actions.CodeCompletePreprocessorMacroName(IsDefinition); in CodeCompleteMacroName()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1999 bool IsDefinition) const { in EmitVisibility() 2005 if (IsDefinition) in EmitVisibility()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2523 bool IsDefinition) const { in EmitVisibility() 2529 if (IsDefinition) in EmitVisibility()
|
/external/clang/include/clang/AST/ |
D | DeclBase.h | 640 bool canBeWeakImported(bool &IsDefinition) const;
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNarrowingTest.cpp | 1277 TEST(Matcher, IsDefinition) { in TEST() argument
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 7453 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()
|
D | SemaDecl.cpp | 5597 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/ |
D | Parser.h | 2671 void CodeCompleteMacroName(bool IsDefinition) override;
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9310 void CodeCompletePreprocessorMacroName(bool IsDefinition);
|