Home
last modified time | relevance | path

Searched refs:Imported (Results 1 – 25 of 182) sorted by relevance

12345678

/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp89 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
91 if (!File && !Imported) { in InclusionDirective()
96 handleImport(Imported); in InclusionDirective()
101 const Module *Imported) { in moduleImport() argument
102 handleImport(Imported); in moduleImport()
105 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport() argument
106 if (!Imported) in handleImport()
109 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()] in handleImport()
111 DirectDeps.insert(Imported->getTopLevelModule()); in handleImport()
/external/llvm-project/clang/test/ASTMerge/namespace/
Dtest.cpp9 typedef TestUnresolvedTypenameAndValueDecls::Derived<int> Imported; in testImport() typedef
10 Imported a; // Successful instantiation in testImport()
11 static_assert(sizeof(Imported::foo) == sizeof(int)); in testImport()
/external/llvm-project/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp29 ValueLookup->Imported = F.hasMetadata("thinlto_src_module"); in createInlineGraphNode()
41 if (!CallerNode.Imported && !CalleeNode.Imported) { in recordInline()
51 if (!CallerNode.Imported) { in recordInline()
111 if (Node->second->Imported) { in dump()
123 << (Node->second->Imported ? "imported " : "not imported ") in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp29 ValueLookup->Imported = F.hasMetadata("thinlto_src_module"); in createInlineGraphNode()
41 if (!CallerNode.Imported && !CalleeNode.Imported) { in recordInline()
51 if (!CallerNode.Imported) { in recordInline()
111 if (Node->second->Imported) { in dump()
123 << (Node->second->Imported ? "imported " : "not imported ") in dump()
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h223 auto Imported = Importer.Import(Node); in importNode() local
225 if (Imported) { in importNode()
234 (*Imported)->dump(ToNothing); in importNode()
237 return Imported; in importNode()
276 auto Imported = importNode(FromAST.get(), ToAST.get(), Importer, ToImport); in testImport() local
277 if (!Imported) { in testImport()
280 Imported.takeError(), in testImport()
286 return Verifier.match(*Imported, WrapperMatcher); in testImport()
407 auto Imported = importNode(From, To, *ImporterRef, ToImport); in testImportSequence() local
408 EXPECT_TRUE(static_cast<bool>(Imported)); in testImportSequence()
[all …]
DASTImporterFixtures.cpp166 Decl *Imported = in getImportedDecl() local
169 assert(Imported); in getImportedDecl()
170 return std::make_tuple(*FoundDecls.begin(), Imported); in getImportedDecl()
/external/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
DRestrictSystemLibcHeadersCheck.cpp38 const Module *Imported,
50 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
57 RelativePath, Imported, FileType); in InclusionDirective()
/external/clang/include/clang/Lex/
DPPCallbacks.h130 const Module *Imported) { in InclusionDirective() argument
145 const Module *Imported) { in moduleImport() argument
357 const Module *Imported) override { in InclusionDirective() argument
360 Imported); in InclusionDirective()
363 Imported); in InclusionDirective()
367 const Module *Imported) override { in moduleImport() argument
368 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
369 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/external/javassist/src/test/test2/
DImported.classImported.java package test2 public test2.Imported extends java.lang.Object { public void < ...
/external/llvm-project/lldb/test/API/lang/cpp/nsimport/
Dmain.cpp54 namespace Imported namespace
65 using namespace Imported; in main()
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h130 const Module *Imported, in InclusionDirective() argument
168 const Module *Imported) { in moduleImport() argument
409 const Module *Imported, in InclusionDirective() argument
413 Imported, FileType); in InclusionDirective()
416 Imported, FileType); in InclusionDirective()
432 const Module *Imported) override { in moduleImport() argument
433 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
434 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h121 const Module *Imported,
124 const Module *Imported) override;
133 void handleImport(const Module *Imported);
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp60 const Module *Imported) override { in InclusionDirective() argument
69 this->Imported = Imported; in InclusionDirective()
80 const Module* Imported; member in __anon701ea7170111::InclusionDirectiveCallbacks
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DDeprecatedHeadersCheck.cpp32 const Module *Imported,
95 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousIncludeCheck.cpp29 const Module *Imported,
76 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/external/clang/lib/Frontend/
DDependencyGraph.cpp53 const Module *Imported) override;
76 const Module *Imported) { in InclusionDirective() argument
DPrintPreprocessedOutput.cpp130 const Module *Imported) override;
322 const Module *Imported) { in InclusionDirective() argument
326 if (Imported) { in InclusionDirective()
330 OS << "@import " << Imported->getFullModuleName() << ";" in InclusionDirective()
341 << Imported->getFullModuleName() << " */"; in InclusionDirective()
/external/llvm-project/clang/lib/Frontend/
DDependencyGraph.cpp52 const Module *Imported,
77 const Module *Imported, in InclusionDirective() argument
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.cpp166 const Module *Imported, SrcMgr::CharacteristicKind FileType) { in InclusionDirective() argument
167 if (Imported) { in InclusionDirective()
170 Imported->getASTFile()); in InclusionDirective()
/external/clang/lib/AST/
DASTImporter.cpp2427 Importer.Imported(D, ToD); in VisitTranslationUnitDecl()
2521 Importer.Imported(D, ToNamespace); in VisitNamespaceDecl()
2554 return Importer.Imported(D, FoundTypedef); in VisitTypedefNameDecl()
2591 Importer.Imported(D, ToTypedef); in VisitTypedefNameDecl()
2626 Importer.Imported(D, ToLabel); in VisitLabelDecl()
2675 return Importer.Imported(D, FoundEnum); in VisitEnumDecl()
2698 Importer.Imported(D, D2); in VisitEnumDecl()
2724 return Importer.Imported(D, ImportedDef); in VisitRecordDecl()
2787 return Importer.Imported(D, FoundDef); in VisitRecordDecl()
2871 Importer.Imported(D, D2); in VisitRecordDecl()
[all …]
/external/llvm-project/clang/unittests/Lex/
DPPCallbacksTest.cpp40 const Module *Imported, in InclusionDirective() argument
50 this->Imported = Imported; in InclusionDirective()
62 const Module* Imported; member in __anon51328c050111::InclusionDirectiveCallbacks
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DIncludeOrderCheck.cpp31 const Module *Imported,
81 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/external/ImageMagick/PerlMagick/t/reference/read/
Dgranite.miff12 comment={ Imported from GIF image: background.gif}
/external/clang/unittests/AST/
DASTImporterTest.cpp91 auto Imported = Importer.Import(*FoundDecls.begin()); in testImport() local
92 if (!Imported) in testImport()
101 return Verifier.match(Imported, AMatcher); in testImport()
/external/antlr/antlr3-maven-plugin/src/site/apt/examples/
Dimport.apt1 Imported Grammar Files

12345678