Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp43 ValueLookup->Imported = F.hasMetadata("thinlto_src_module"); in createInlineGraphNode()
55 if (!CallerNode.Imported && !CalleeNode.Imported) { in recordInline()
65 if (!CallerNode.Imported) { in recordInline()
125 if (Node->second->Imported) { in dump()
137 << (Node->second->Imported ? "imported " : "not imported ") in dump()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h142 const Module *Imported, in InclusionDirective() argument
179 const Module *Imported) { in moduleImport() argument
476 StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
480 Imported, FileType); in InclusionDirective()
483 Imported, FileType); in InclusionDirective()
499 const Module *Imported) override { in moduleImport() argument
500 First->moduleImport(ImportLoc, Path, Imported); in moduleImport()
501 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport()
H A DModuleMap.h704 ModuleHeaderRole Role, bool Imported = false);
H A DPreprocessingRecord.h535 StringRef RelativePath, const Module *Imported,
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp399 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
401 if (!File && !Imported) { in InclusionDirective()
406 handleImport(Imported); in InclusionDirective()
411 const Module *Imported) { in moduleImport() argument
420 handleImport(Imported); in moduleImport()
423 void ModuleDepCollectorPP::handleImport(const Module *Imported) { in handleImport() argument
424 if (!Imported) in handleImport()
427 const Module *TopLevelModule = Imported->getTopLevelModule(); in handleImport()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h169 StringRef RelativePath, const Module *Imported,
172 const Module *Imported) override;
180 void handleImport(const Module *Imported);
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp52 StringRef RelativePath, const Module *Imported,
71 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
H A DDiagnosticRenderer.cpp202 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively() local
203 if (!Imported.second.empty()) { in emitIncludeStackRecursively()
205 emitImportStackRecursively(Imported.first, Imported.second); in emitIncludeStackRecursively()
H A DPrintPreprocessedOutput.cpp156 StringRef RelativePath, const Module *Imported,
404 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
421 if (Imported) { in InclusionDirective()
428 << Imported->getFullModuleName(true) in InclusionDirective()
H A DModuleDependencyCollector.cpp58 StringRef RelativePath, const Module *Imported, in InclusionDirective()
H A DDependencyFile.cpp69 StringRef RelativePath, const Module *Imported, in InclusionDirective()
/freebsd-14.2/contrib/tcsh/
H A DFREEBSD-upgrade10 Imported by:
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h59 bool Imported = false; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp78 StringRef RelativePath, const Module *Imported,
192 const Module *Imported, SrcMgr::CharacteristicKind FileType) { in InclusionDirective() argument
193 if (Imported) { in InclusionDirective()
194 auto P = ModuleIncludes.insert(std::make_pair(HashLoc, Imported)); in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h105 StringRef RelativePath, const Module *Imported,
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
/freebsd-14.2/contrib/bzip2/
H A DFREEBSD-upgrade6 Imported by:
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1303 Module *Imported = nullptr; in LexAfterModuleImport() local
1306 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
1310 if (Imported) in LexAfterModuleImport()
1311 makeModuleVisible(Imported, SemiLoc); in LexAfterModuleImport()
1315 Callbacks->moduleImport(ModuleImportLoc, NamedModuleImportPath, Imported); in LexAfterModuleImport()
H A DPreprocessingRecord.cpp475 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
511 (bool)Imported, File, in InclusionDirective()
H A DPPDirectives.cpp2311 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleHeaderIncludeOrImport() local
2314 assert((Imported == nullptr || Imported == SuggestedModule.getModule()) && in HandleHeaderIncludeOrImport()
2317 if (Imported) { in HandleHeaderIncludeOrImport()
2319 } else if (Imported.isMissingExpected()) { in HandleHeaderIncludeOrImport()
2321 static_cast<Module *>(Imported)->getTopLevelModule()); in HandleHeaderIncludeOrImport()
2328 } else if (Imported.isConfigMismatch()) { in HandleHeaderIncludeOrImport()
H A DPragma.cpp1706 Module *Imported = in HandlePragma() local
1709 if (!Imported) in HandlePragma()
1712 PP.makeModuleVisible(Imported, ImportLoc); in HandlePragma()
1714 tok::annot_module_include, Imported); in HandlePragma()
1716 CB->moduleImport(ImportLoc, ModuleName, Imported); in HandlePragma()
/freebsd-14.2/contrib/sendmail/
H A DFREEBSD-upgrade10 Imported using the instructions at:
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h256 bool Imported; member
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h548 virtual void Imported(Decl *From, Decl *To) {} in Imported() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h313 void Imported(clang::Decl *from, clang::Decl *to) override;

12