Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Lex/
DPPCallbacks.h128 const Module *Imported) { in InclusionDirective() argument
143 const Module *Imported) { in moduleImport() argument
340 const Module *Imported) { in InclusionDirective() argument
343 Imported); in InclusionDirective()
346 Imported); in InclusionDirective()
351 const Module *Imported) { in moduleImport() argument
352 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
353 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
DPreprocessingRecord.h573 const Module *Imported);
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp57 const Module *Imported) { in InclusionDirective() argument
66 this->Imported = Imported; in InclusionDirective()
77 const Module* Imported; member in __anon6db3a17a0111::InclusionDirectiveCallbacks
/external/clang/lib/AST/
DASTImporter.cpp2239 Importer.Imported(D, ToD); in VisitTranslationUnitDecl()
2305 Importer.Imported(D, ToNamespace); in VisitNamespaceDecl()
2335 return Importer.Imported(D, FoundTypedef); in VisitTypedefNameDecl()
2372 Importer.Imported(D, ToTypedef); in VisitTypedefNameDecl()
2420 return Importer.Imported(D, FoundEnum); in VisitEnumDecl()
2443 Importer.Imported(D, D2); in VisitEnumDecl()
2469 return Importer.Imported(D, ImportedDef); in VisitRecordDecl()
2529 return Importer.Imported(D, FoundDef); in VisitRecordDecl()
2574 Importer.Imported(D, D2); in VisitRecordDecl()
2608 return Importer.Imported(D, FoundEnumConstant); in VisitEnumConstantDecl()
[all …]
DDecl.cpp3583 Module *Imported, in ImportDecl() argument
3585 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, true), in ImportDecl()
3588 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size()); in ImportDecl()
3595 Module *Imported, SourceLocation EndLoc) in ImportDecl() argument
3596 : Decl(Import, DC, StartLoc), ImportedAndComplete(Imported, false), in ImportDecl()
3603 SourceLocation StartLoc, Module *Imported, in Create() argument
3607 return new (Mem) ImportDecl(DC, StartLoc, Imported, IdentifierLocs); in Create()
3612 Module *Imported, in CreateImplicit() argument
3615 ImportDecl *Import = new (Mem) ImportDecl(DC, StartLoc, Imported, EndLoc); in CreateImplicit()
/external/clang/lib/Frontend/
DDependencyGraph.cpp57 const Module *Imported);
79 const Module *Imported) { in InclusionDirective() argument
DDiagnosticRenderer.cpp243 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively() local
244 if (Imported.first.isValid()) { in emitIncludeStackRecursively()
246 emitImportStackRecursively(Imported.first, Imported.second, SM); in emitIncludeStackRecursively()
DDependencyFile.cpp67 const Module *Imported);
141 const Module *Imported) { in InclusionDirective() argument
DPrintPreprocessedOutput.cpp138 const Module *Imported);
332 const Module *Imported) { in InclusionDirective() argument
336 if (Imported) { in InclusionDirective()
339 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.cpp72 const Module *Imported);
178 const Module *Imported) { in InclusionDirective() argument
182 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported))); in InclusionDirective()
184 if (!Imported) in InclusionDirective()
/external/clang/include/clang/AST/
DASTImporter.h273 virtual Decl *Imported(Decl *From, Decl *To);
DDecl.h3355 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported,
3358 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported,
3366 SourceLocation StartLoc, Module *Imported,
3372 SourceLocation StartLoc, Module *Imported,
/external/clang/lib/Lex/
DPPDirectives.cpp1544 ModuleLoadResult Imported in HandleIncludeDirective() local
1547 assert((Imported == 0 || Imported == SuggestedModule.getModule()) && in HandleIncludeDirective()
1550 if (!Imported && hadModuleLoaderFatalFailure()) { in HandleIncludeDirective()
1565 if (!BuildingImportedModule && Imported) { in HandleIncludeDirective()
1569 SearchPath, RelativePath, Imported); in HandleIncludeDirective()
1577 if (!BuildingImportedModule && !Imported.isMissingExpected()) { in HandleIncludeDirective()
DPreprocessingRecord.cpp441 const Module *Imported) { in InclusionDirective() argument
476 (bool)Imported, in InclusionDirective()
DPreprocessor.cpp738 Module *Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport() local
743 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported); in LexAfterModuleImport()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb398 Imported.new( self, file )
/external/clang/tools/libclang/
DIndexing.cpp277 const Module *Imported) { in InclusionDirective() argument
281 Imported); in InclusionDirective()
/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/harfbuzz_ng/
DNEWS237 - Imported UCDN for in-tree Unicode callbacks implementation.
/external/chromium_org/third_party/harfbuzz-ng/
DNEWS396 - Imported UCDN for in-tree Unicode callbacks implementation.
/external/llvm/docs/
DSourceLevelDebugging.rst844 metadata !2, ;; Imported entities (declarations and namespaces)
926 metadata !1, ;; Imported entities
/external/clang/lib/Serialization/
DASTReader.cpp3326 if (Module *Imported = getSubmodule(ImportedModules[I])) in InitializeContext() local
3327 makeModuleVisible(Imported, Module::AllVisible, in InitializeContext()
/external/dropbear/libtomcrypt/
Dchanges1454 v0.12 -- Imported a new version of MPI [the bignum library] that should
/external/e2fsprogs/debian/
Dchangelog2011 * Imported bug fixes to EVMS driver from the EVMS 2.0 tree. Fixed a

12