Home
last modified time | relevance | path

Searched refs:Imported (Results 1 – 25 of 31) 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.h481 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 __anon6c2b61750111::InclusionDirectiveCallbacks
/external/clang/lib/AST/
DASTImporter.cpp2306 Importer.Imported(D, ToD); in VisitTranslationUnitDecl()
2375 Importer.Imported(D, ToNamespace); in VisitNamespaceDecl()
2408 return Importer.Imported(D, FoundTypedef); in VisitTypedefNameDecl()
2445 Importer.Imported(D, ToTypedef); in VisitTypedefNameDecl()
2496 return Importer.Imported(D, FoundEnum); in VisitEnumDecl()
2519 Importer.Imported(D, D2); in VisitEnumDecl()
2545 return Importer.Imported(D, ImportedDef); in VisitRecordDecl()
2608 return Importer.Imported(D, FoundDef); in VisitRecordDecl()
2668 Importer.Imported(D, D2); in VisitRecordDecl()
2705 return Importer.Imported(D, FoundEnumConstant); in VisitEnumConstantDecl()
[all …]
DDecl.cpp4031 Module *Imported, in ImportDecl() argument
4033 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true), in ImportDecl()
4036 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()
4043 Module *Imported, SourceLocation EndLoc) in ImportDecl() argument
4044 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false), in ImportDecl()
4051 SourceLocation StartLoc, Module *Imported, in Create() argument
4055 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
4060 Module *Imported, in CreateImplicit() argument
4063 ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
/external/clang/lib/Frontend/
DDependencyGraph.cpp53 const Module *Imported) override;
76 const Module *Imported) { in InclusionDirective() argument
DDependencyFile.cpp66 const Module *Imported) override { in InclusionDirective()
192 const Module *Imported) override;
302 const Module *Imported) { in InclusionDirective() argument
DPrintPreprocessedOutput.cpp130 const Module *Imported) override;
322 const Module *Imported) { in InclusionDirective() argument
326 if (Imported) { in InclusionDirective()
329 OS << "@import " << Imported->getFullModuleName() << ";" in InclusionDirective()
DDiagnosticRenderer.cpp247 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively() local
248 if (!Imported.second.empty()) { in emitIncludeStackRecursively()
250 emitImportStackRecursively(Imported.first, Imported.second, SM); in emitIncludeStackRecursively()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dimport.apt1 Imported Grammar Files
/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/clang/lib/Lex/
DPreprocessor.cpp783 Module *Imported = nullptr; in LexAfterModuleImport() local
785 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
789 if (Imported) in LexAfterModuleImport()
790 makeModuleVisible(Imported, ModuleImportLoc); in LexAfterModuleImport()
793 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
DPreprocessingRecord.cpp443 const Module *Imported) { in InclusionDirective() argument
478 (bool)Imported, in InclusionDirective()
DPPDirectives.cpp1719 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleIncludeDirective() local
1722 assert((Imported == nullptr || Imported == SuggestedModule.getModule()) && in HandleIncludeDirective()
1725 if (Imported) in HandleIncludeDirective()
1727 else if (Imported.isMissingExpected()) { in HandleIncludeDirective()
DModuleMap.cpp801 ModuleHeaderRole Role, bool Imported) { in addHeader() argument
816 if (!Imported || isCompilingModuleHeader) { in addHeader()
/external/elfutils/tests/
Dlfs-symbols1 # Imported from lintian/data/binaries/lfs-symbols
/external/clang/include/clang/AST/
DASTImporter.h278 virtual Decl *Imported(Decl *From, Decl *To);
DDecl.h3745 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported,
3748 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported,
3756 SourceLocation StartLoc, Module *Imported,
3762 SourceLocation StartLoc, Module *Imported,
/external/clang/lib/Serialization/
DASTReaderInternals.h263 bool Imported; member
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb398 Imported.new( self, file )
/external/okhttp/okio/
DCHANGELOG.md143 * Imported from OkHttp.
/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.cpp274 const Module *Imported) override { in InclusionDirective() argument
278 Imported); in InclusionDirective()
/external/llvm/test/Linker/
Dfuncimport.ll97 ; Imported weak_any definition should be skipped with warning, and imported

12