Home
last modified time | relevance | path

Searched defs:Imported (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/test/ASTMerge/namespace/
H A Dtest.cpp9 typedef TestUnresolvedTypenameAndValueDecls::Derived<int> Imported; in testImport() typedef
/llvm-project/lldb/test/API/lang/cpp/nsimport/
H A Dmain.cpp54 namespace Imported namespace
/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h59 bool Imported = false; member
/llvm-project/clang/unittests/AST/
H A DASTImporterFixtures.h223 auto Imported = Importer.Import(Node); in importNode() local
278 auto Imported = importNode(FromAST.get(), ToAST.get(), Importer, ToImport); in testImport() local
410 auto Imported = importNode(From, To, *ImporterRef, ToImport); in testImportSequence() local
H A DASTImporterFixtures.cpp166 Decl *Imported = in getImportedDecl() local
H A DASTImporterTest.cpp121 auto *Imported = cast<CXXRecordDecl>(To); in TEST_P() local
4390 auto *Imported = cast<CXXRecordDecl>(To); TEST_P() local
6146 auto *Imported = Import(FromFoo, Lang_CXX03); TEST_P() local
/llvm-project/clang/include/clang/AST/
H A DASTImporter.h548 virtual void Imported(Decl *From, Decl *To) {} Imported() function
/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp85 isImportingModuleUnitFromSameModule(ASTContext & Ctx,Module * Imported,Module * CurrentModule,Module * & FoundPrimaryModuleInterface) isImportingModuleUnitFromSameModule() argument
131 makeTransitiveImportsVisible(ASTContext & Ctx,VisibleModuleSet & VisibleModules,Module * Imported,Module * CurrentModule,SourceLocation ImportLoc,bool IsImportingPrimaryModuleInterface=false) makeTransitiveImportsVisible() argument
[all...]
/llvm-project/clang/unittests/Lex/
H A DModuleDeclStateTest.cpp41 const Module *Imported) override { in moduleImport()
/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h256 bool Imported; global() member
H A DASTReader.cpp5219 if (Module *Imported = getSubmodule(Import.ID)) { InitializeContext() local
8396 if (Module *Imported = getSubmodule(Import.ID)) { UpdateSema() local
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp492 const Module *Imported) { in handleImport() argument
480 moduleImport(SourceLocation ImportLoc,ModuleIdPath Path,const Module * Imported) moduleImport() argument
/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp202 if (!Imported.second.empty()) { in emitIncludeStackRecursively() local
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h211 const Module *Imported) { in moduleImport()
551 const Module *Imported) override { in moduleImport()
/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp195 void Imported(Decl *From, Decl *To) override { in Imported() function in __anona342bcd10111::LazyASTImporter
H A DDecl.cpp5676 ImportDecl(DeclContext * DC,SourceLocation StartLoc,Module * Imported,ArrayRef<SourceLocation> IdentifierLocs) ImportDecl() argument
5687 ImportDecl(DeclContext * DC,SourceLocation StartLoc,Module * Imported,SourceLocation EndLoc) ImportDecl() argument
5694 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,Module * Imported,ArrayRef<SourceLocation> IdentifierLocs) Create() argument
5703 CreateImplicit(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,Module * Imported,SourceLocation EndLoc) CreateImplicit() argument
H A DASTImporter.cpp3971 auto Imported = import(Msg); VisitFunctionDecl() local
10093 CXXBaseSpecifier *Imported = new (ToContext) CXXBaseSpecifier( Import() local
H A DASTContext.cpp1073 auto &Imported = *It->second; addModuleInitializer() local
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp157 const Module *Imported) { in moduleImport()
/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1312 Module *Imported = nullptr; LexAfterModuleImport() local
H A DPragma.cpp1707 Module *Imported = HandlePragma() local
H A DPPDirectives.cpp2387 ModuleLoadResult Imported = TheModuleLoader.loadModule( HandleHeaderIncludeOrImport() local
H A DModuleMap.cpp1283 addHeader(Module * Mod,Module::Header Header,ModuleHeaderRole Role,bool Imported) addHeader() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1263 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, Imported() function in ClangASTImporter::ASTImporterDelegate