Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h59 bool Imported = false; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp85 isImportingModuleUnitFromSameModule(ASTContext &Ctx, Module *Imported, in isImportingModuleUnitFromSameModule()
131 Module *Imported, Module *CurrentModule, in makeTransitiveImportsVisible()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h548 virtual void Imported(Decl *From, Decl *To) {} in Imported() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp480 const Module *Imported) { in moduleImport()
492 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h256 bool Imported; member
H A DASTReader.cpp5219 if (Module *Imported = getSubmodule(Import.ID)) { in InitializeContext() local
8396 if (Module *Imported = getSubmodule(Import.ID)) { in UpdateSema() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp202 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h211 const Module *Imported) { in moduleImport()
551 const Module *Imported) override { in moduleImport()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp195 void Imported(Decl *From, Decl *To) override { in Imported() function in __anonb979a45e0111::LazyASTImporter
H A DDecl.cpp5680 Module *Imported, in ImportDecl()
5691 Module *Imported, SourceLocation EndLoc) in ImportDecl()
5698 SourceLocation StartLoc, Module *Imported, in Create()
5707 Module *Imported, in CreateImplicit()
H A DASTImporter.cpp3976 auto Imported = import(Msg); in VisitFunctionDecl() local
10100 CXXBaseSpecifier *Imported = new (ToContext) CXXBaseSpecifier( in Import() local
H A DASTContext.cpp1073 auto &Imported = *It->second; in addModuleInitializer() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1312 Module *Imported = nullptr; in LexAfterModuleImport() local
H A DPragma.cpp1707 Module *Imported = in HandlePragma() local
H A DPPDirectives.cpp2389 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport() local
H A DModuleMap.cpp1283 ModuleHeaderRole Role, bool Imported) { in addHeader()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1263 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, in Imported() function in ClangASTImporter::ASTImporterDelegate