/llvm-project/clang/test/ASTMerge/namespace/ |
H A D | test.cpp | 9 typedef TestUnresolvedTypenameAndValueDecls::Derived<int> Imported; in testImport() typedef
|
/llvm-project/lldb/test/API/lang/cpp/nsimport/ |
H A D | main.cpp | 54 namespace Imported namespace
|
/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | ImportedFunctionsInliningStatistics.h | 59 bool Imported = false; member
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterFixtures.h | 223 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 D | ASTImporterFixtures.cpp | 166 Decl *Imported = in getImportedDecl() local
|
H A D | ASTImporterTest.cpp | 121 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 D | ASTImporter.h | 548 virtual void Imported(Decl *From, Decl *To) {} Imported() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 85 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 D | ModuleDeclStateTest.cpp | 41 const Module *Imported) override { in moduleImport()
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 256 bool Imported; global() member
|
H A D | ASTReader.cpp | 5219 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 D | ModuleDepCollector.cpp | 492 const Module *Imported) { in handleImport() argument 480 moduleImport(SourceLocation ImportLoc,ModuleIdPath Path,const Module * Imported) moduleImport() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 202 if (!Imported.second.empty()) { in emitIncludeStackRecursively() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 211 const Module *Imported) { in moduleImport() 551 const Module *Imported) override { in moduleImport()
|
/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 195 void Imported(Decl *From, Decl *To) override { in Imported() function in __anona342bcd10111::LazyASTImporter
|
H A D | Decl.cpp | 5676 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 D | ASTImporter.cpp | 3971 auto Imported = import(Msg); VisitFunctionDecl() local 10093 CXXBaseSpecifier *Imported = new (ToContext) CXXBaseSpecifier( Import() local
|
H A D | ASTContext.cpp | 1073 auto &Imported = *It->second; addModuleInitializer() local
|
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPCallbacksTracker.cpp | 157 const Module *Imported) { in moduleImport()
|
/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 1312 Module *Imported = nullptr; LexAfterModuleImport() local
|
H A D | Pragma.cpp | 1707 Module *Imported = HandlePragma() local
|
H A D | PPDirectives.cpp | 2387 ModuleLoadResult Imported = TheModuleLoader.loadModule( HandleHeaderIncludeOrImport() local
|
H A D | ModuleMap.cpp | 1283 addHeader(Module * Mod,Module::Header Header,ModuleHeaderRole Role,bool Imported) addHeader() argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 1263 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, Imported() function in ClangASTImporter::ASTImporterDelegate
|