Home
last modified time | relevance | path

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

12

/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()
DModuleMap.h500 ModuleHeaderRole Role, bool Imported = false);
DPreprocessingRecord.h498 const Module *Imported) override;
/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 __anon5d7da8300111::InclusionDirectiveCallbacks
/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 …]
DDecl.cpp4225 Module *Imported, in ImportDecl() argument
4227 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true), in ImportDecl()
4230 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()
4237 Module *Imported, SourceLocation EndLoc) in ImportDecl() argument
4238 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false), in ImportDecl()
4245 SourceLocation StartLoc, Module *Imported, in Create() argument
4249 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
4254 Module *Imported, in CreateImplicit() argument
4257 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
/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()
DDependencyFile.cpp66 const Module *Imported) override { in InclusionDirective()
192 const Module *Imported) override;
302 const Module *Imported) { in InclusionDirective() argument
DDiagnosticRenderer.cpp206 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively() local
207 if (!Imported.second.empty()) { in emitIncludeStackRecursively()
209 emitImportStackRecursively(Imported.first, Imported.second, SM); in emitIncludeStackRecursively()
/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/clang/lib/Lex/
DPreprocessor.cpp786 Module *Imported = nullptr; in LexAfterModuleImport() local
788 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
792 if (Imported) in LexAfterModuleImport()
793 makeModuleVisible(Imported, ModuleImportLoc); in LexAfterModuleImport()
796 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
DPreprocessingRecord.cpp443 const Module *Imported) { in InclusionDirective() argument
478 (bool)Imported, in InclusionDirective()
DPPDirectives.cpp1895 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleIncludeDirective() local
1898 assert((Imported == nullptr || Imported == SuggestedModule.getModule()) && in HandleIncludeDirective()
1901 if (Imported) in HandleIncludeDirective()
1903 else if (Imported.isMissingExpected()) { in HandleIncludeDirective()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp70 const Module *Imported) override;
181 const Module *Imported) { in InclusionDirective() argument
185 if (Imported) { in InclusionDirective()
187 std::make_pair(HashLoc.getRawEncoding(), Imported)); in InclusionDirective()
/external/ImageMagick/PerlMagick/t/reference/read/
Dgranite.miff12 comment={ Imported from GIF image: background.gif}
/external/protobuf/cmake/
Dprotobuf-config.cmake.in9 # Imported targets
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dimport.apt1 Imported Grammar Files
/external/elfutils/tests/
Dlfs-symbols1 # Imported from lintian/data/binaries/lfs-symbols
/external/clang/include/clang/AST/
DASTImporter.h287 virtual Decl *Imported(Decl *From, Decl *To);
/external/clang/lib/Serialization/
DASTReaderInternals.h263 bool Imported; member
/external/okhttp/okio/
DCHANGELOG.md143 * Imported from OkHttp.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb398 Imported.new( self, file )
/external/clang/docs/
DBlock-ABI-Apple.rst182 Imported Variables
190 Imported ``const`` copy variables
242 Imported ``const`` copy of ``Block`` reference
343 Imported ``__block`` marked variables
/external/clang/tools/libclang/
DIndexing.cpp252 const Module *Imported) override { in InclusionDirective() argument
256 Imported); in InclusionDirective()

12