Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Lex/
DPPCallbacks.h128 const Module *Imported) { in InclusionDirective() argument
143 const Module *Imported) { in moduleImport() argument
359 const Module *Imported) override { in InclusionDirective() argument
362 Imported); in InclusionDirective()
365 Imported); in InclusionDirective()
369 const Module *Imported) override { in moduleImport() argument
370 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
371 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
DPreprocessingRecord.h578 const Module *Imported) override;
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp67 const Module *Imported) { in InclusionDirective() argument
76 this->Imported = Imported; in InclusionDirective()
87 const Module* Imported; member in __anon5fd522070111::InclusionDirectiveCallbacks
/external/clang/lib/AST/
DASTImporter.cpp2231 Importer.Imported(D, ToD); in VisitTranslationUnitDecl()
2297 Importer.Imported(D, ToNamespace); in VisitNamespaceDecl()
2327 return Importer.Imported(D, FoundTypedef); in VisitTypedefNameDecl()
2364 Importer.Imported(D, ToTypedef); in VisitTypedefNameDecl()
2412 return Importer.Imported(D, FoundEnum); in VisitEnumDecl()
2435 Importer.Imported(D, D2); in VisitEnumDecl()
2461 return Importer.Imported(D, ImportedDef); in VisitRecordDecl()
2521 return Importer.Imported(D, FoundDef); in VisitRecordDecl()
2581 Importer.Imported(D, D2); in VisitRecordDecl()
2615 return Importer.Imported(D, FoundEnumConstant); in VisitEnumConstantDecl()
[all …]
DDecl.cpp3846 Module *Imported, in ImportDecl() argument
3848 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true), in ImportDecl()
3851 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()
3858 Module *Imported, SourceLocation EndLoc) in ImportDecl() argument
3859 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false), in ImportDecl()
3866 SourceLocation StartLoc, Module *Imported, in Create() argument
3869 ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
3874 Module *Imported, in CreateImplicit() argument
3878 Imported, EndLoc); in CreateImplicit()
/external/clang/lib/Frontend/
DDependencyGraph.cpp53 const Module *Imported) override;
75 const Module *Imported) { in InclusionDirective() argument
DDiagnosticRenderer.cpp249 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively() local
250 if (Imported.first.isValid()) { in emitIncludeStackRecursively()
252 emitImportStackRecursively(Imported.first, Imported.second, SM); in emitIncludeStackRecursively()
DDependencyFile.cpp71 const Module *Imported) override { in InclusionDirective()
164 const Module *Imported) override;
268 const Module *Imported) { in InclusionDirective() argument
DPrintPreprocessedOutput.cpp134 const Module *Imported) override;
326 const Module *Imported) { in InclusionDirective() argument
330 if (Imported) { in InclusionDirective()
333 OS << "@import " << Imported->getFullModuleName() << ";" in InclusionDirective()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dimport.apt1 Imported Grammar Files
/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp67 const Module *Imported) override;
177 const Module *Imported) { in InclusionDirective() argument
181 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported))); in InclusionDirective()
183 if (!Imported) in InclusionDirective()
/external/lldb/source/Symbol/
DClangASTImporter.cpp513 ASTImporter::Imported(from, to); in ImportDefinitionTo()
572 ClangASTImporter::Minion::Imported (clang::Decl *from, clang::Decl *to) in Imported() function in ClangASTImporter::Minion
625 direct_completer->ASTImporter::Imported(origin_iter->second.decl, to); in Imported()
717 return clang::ASTImporter::Imported(from, to); in Imported()
/external/clang/include/clang/AST/
DASTImporter.h273 virtual Decl *Imported(Decl *From, Decl *To);
DDecl.h3520 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported,
3523 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported,
3531 SourceLocation StartLoc, Module *Imported,
3537 SourceLocation StartLoc, Module *Imported,
/external/clang/lib/Lex/
DPPDirectives.cpp1602 ModuleLoadResult Imported in HandleIncludeDirective() local
1605 assert((Imported == nullptr || Imported == SuggestedModule.getModule()) && in HandleIncludeDirective()
1608 if (!Imported && hadModuleLoaderFatalFailure()) { in HandleIncludeDirective()
1623 if (!BuildingImportedModule && Imported) { in HandleIncludeDirective()
1627 SearchPath, RelativePath, Imported); in HandleIncludeDirective()
1636 Imported); in HandleIncludeDirective()
1644 if (!BuildingImportedModule && !Imported.isMissingExpected()) { in HandleIncludeDirective()
DPreprocessingRecord.cpp445 const Module *Imported) { in InclusionDirective() argument
480 (bool)Imported, in InclusionDirective()
DPreprocessor.cpp726 Module *Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport() local
731 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/external/lldb/include/lldb/Symbol/
DClangASTImporter.h279 clang::Decl *Imported (clang::Decl *from, clang::Decl *to);
/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.cpp274 const Module *Imported) override { in InclusionDirective() argument
278 Imported); in InclusionDirective()
/external/harfbuzz_ng/
DNEWS537 - Imported UCDN for in-tree Unicode callbacks implementation.
/external/chromium_org/third_party/harfbuzz-ng/
DNEWS609 - Imported UCDN for in-tree Unicode callbacks implementation.
/external/llvm/docs/
DSourceLevelDebugging.rst850 metadata !2, ;; Imported entities (declarations and namespaces)
932 metadata !1, ;; Imported entities
/external/clang/lib/Serialization/
DASTReader.cpp3888 if (Module *Imported = getSubmodule(Import.ID)) in InitializeContext() local
3889 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()

12