Searched refs:Imported (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp29 ValueLookup->Imported = F.hasMetadata("thinlto_src_module");
41 if (!CallerNode.Imported && !CalleeNode.Imported) {
51 if (!CallerNode.Imported) {
111 if (Node->second->Imported) {
123 << (Node->second->Imported ? "imported " : "not imported ")
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp94 StringRef SearchPath, StringRef RelativePath, const Module *Imported,
96 if (!File && !Imported) {
101 handleImport(Imported);
106 const Module *Imported) {
107 handleImport(Imported);
110 void ModuleDepCollectorPP::handleImport(const Module *Imported) { argument
111 if (!Imported)
114 MDC.Deps[MDC.ContextHash + Imported->getTopLevelModule()->getFullModuleName()]
116 DirectDeps.insert(Imported->getTopLevelModule());
91 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
104 moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, const Module *Imported) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h121 const Module *Imported,
124 const Module *Imported) override;
133 void handleImport(const Module *Imported);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h59 bool Imported = false; member in struct:llvm::ImportedFunctionsInliningStatistics::InlineGraphNode
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h106 const Module *Imported,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported,
168 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp52 const Module *Imported,
77 const Module *Imported,
68 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DDiagnosticRenderer.cpp203 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc();
204 if (!Imported.second.empty()) {
206 emitImportStackRecursively(Imported.first, Imported.second);
H A DDependencyFile.cpp76 const Module *Imported,
H A DModuleDependencyCollector.cpp52 const Module *Imported,
H A DPrintPreprocessedOutput.cpp132 const Module *Imported,
334 const Module *Imported,
351 if (Imported) {
358 OS << "#pragma clang module import " << Imported->getFullModuleName(true)
325 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h115 /// \param Imported The module, whenever an inclusion directive was
130 const Module *Imported,
164 /// \param Imported The imported module; can be null if importing failed.
168 const Module *Imported) {
409 const Module *Imported,
413 Imported, FileType);
416 Imported, FileType);
432 const Module *Imported) override {
433 First->moduleImport(ImportLoc, Path, Imported);
434 Second->moduleImport(ImportLoc, Path, Imported);
122 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
166 moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, const Module *Imported) argument
[all...]
H A DModuleMap.h663 ModuleHeaderRole Role, bool Imported = false);
H A DPreprocessingRecord.h535 StringRef RelativePath, const Module *Imported,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp81 const Module *Imported,
199 const Module *Imported,
201 if (Imported) {
203 std::make_pair(HashLoc.getRawEncoding(), Imported));
191 InclusionDirective(SourceLocation HashLoc, const Token & , StringRef , bool , CharSourceRange , const FileEntry * , StringRef , StringRef , const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp469 const Module *Imported,
505 (bool)Imported, File,
460 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DPreprocessor.cpp1289 Module *Imported = nullptr; local
1291 Imported = TheModuleLoader.loadModule(ModuleImportLoc,
1295 if (Imported)
1296 makeModuleVisible(Imported, SemiLoc);
1299 Callbacks->moduleImport(ModuleImportLoc, ModuleImportPath, Imported);
H A DPragma.cpp1567 Module *Imported = local
1570 if (!Imported)
1573 PP.makeModuleVisible(Imported, ImportLoc);
1575 tok::annot_module_include, Imported); local
1577 CB->moduleImport(ImportLoc, ModuleName, Imported);
H A DPPDirectives.cpp1989 ModuleLoadResult Imported = TheModuleLoader.loadModule( local
1992 assert((Imported == nullptr || Imported == SuggestedModule.getModule()) &&
1995 if (Imported) {
1997 } else if (Imported.isMissingExpected()) {
2003 } else if (Imported.isConfigMismatch()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h257 bool Imported; member in struct:clang::serialization::reader::HeaderFileInfoTrait::internal_key_type
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp920 ASTImporter::Imported(from, to);
952 LLDB_LOG(log_ast, "==== [ClangASTImporter][TUDecl: {0}] Imported "
1050 void ClangASTImporter::ASTImporterDelegate::Imported(clang::Decl *from, function in class:ClangASTImporter::ASTImporterDelegate
1057 return clang::ASTImporter::Imported(from, to);
1086 " [ClangASTImporter] Imported ({0}Decl*){1}, named {2} (from "
1091 " [ClangASTImporter] Imported ({0}Decl*){1} (from "
1118 direct_completer->ASTImporter::Imported(origin_iter->second.decl, to);
H A DClangASTImporter.h231 void Imported(clang::Decl *from, clang::Decl *to) override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h570 virtual void Imported(Decl *From, Decl *To) {} function in class:clang::ASTImporter
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4934 Module *Imported,
4936 : Decl(Import, DC, StartLoc), ImportedModule(Imported),
4938 assert(getNumModuleIdentifiers(Imported) == IdentifierLocs.size());
4945 Module *Imported, SourceLocation EndLoc)
4946 : Decl(Import, DC, StartLoc), ImportedModule(Imported),
4952 SourceLocation StartLoc, Module *Imported,
4956 ImportDecl(DC, StartLoc, Imported, IdentifierLocs);
4961 Module *Imported,
4964 ImportDecl(DC, StartLoc, Imported, EndLoc);
H A DExternalASTMerger.cpp198 void Imported(Decl *From, Decl *To) override {

Completed in 488 milliseconds

12