Home
last modified time | relevance | path

Searched defs:Import (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h56 Import, ///< Import information from summary. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h90 struct Import { struct
91 Import() {} in Import() argument
97 Table TableImport; argument
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h48 enum class IncludeDirective { Include, Import }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp69 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local
95 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local
902 for (const Module *Import : M->Imports) in addModulePrebuiltDeps() local
937 for (const Module *Import : M->Imports) { in addModuleDep() local
1022 for (const Module *Import : DirectImports) in addVisibleModules() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp833 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local
1360 wasm::WasmImport Import; in prepareImports() local
1372 wasm::WasmImport Import; in prepareImports() local
1384 wasm::WasmImport Import; in prepareImports() local
1396 wasm::WasmImport Import; in prepareImports() local
1412 wasm::WasmImport Import; in prepareImports() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp293 std::optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import() function in CxxModuleHandler
H A DClangASTImporter.h525 DeclFromParser<D> DeclFromUser<D>::Import(clang::ASTContext *dest_ctx, in Import() function
H A DClangASTImporter.cpp435 bool ClangASTImporter::Import(const CompilerType &type) { in Import() function in ClangASTImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp496 ImportDecl *Import = ImportDecl::Create(Context, CurContext, ModuleLoc, in ActOnModuleDecl() local
703 ImportDecl *Import = ImportDecl::Create(Context, CurContext, StartLoc, in ActOnModuleImport() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h351 llvm::Expected<const Decl *> Import(const Decl *FromD) { in Import() function
H A DASTContext.h1014 ImportDecl *Import = nullptr; variable
1024 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator()
1139 static ImportDecl *getNextLocalImport(ImportDecl *Import) { in getNextLocalImport()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h53 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp748 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() local
778 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab() local
808 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab() local
875 wasm::WasmImport &Import = *ImportedTags[Info.ElementIndex]; in parseLinkingSectionSymtab() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9462 ASTImporter::Import(ExprWithCleanups::CleanupObject From) { in Import() function in ASTImporter
9473 ExpectedTypePtr ASTImporter::Import(const Type *FromT) { in Import() function in ASTImporter
9495 Expected<QualType> ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter
9506 Expected<TypeSourceInfo *> ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter
9660 Expected<Attr *> ASTImporter::Import(const Attr *FromAttr) { in Import() function in ASTImporter
9789 Expected<Decl *> ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter
9941 ASTImporter::Import(const InheritedConstructor &From) { in Import() function in ASTImporter
10012 Expected<Expr *> ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter
10019 Expected<Stmt *> ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter
10049 ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter
[all …]
H A DDeclBase.cpp1804 if (auto *Import = dyn_cast<ImportDecl>(D)) in addHiddenDecl() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp332 for (const auto &Import : Imports) { in importFunctions() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1862 DictScope Import(W, "Import"); in printDelayImportedSymbols() local
1882 DictScope Import(W, "Import"); in printCOFFImports() local
1905 DictScope Import(W, "DelayImport"); in printCOFFImports() local
1988 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
H A Dllvm-readobj.cpp641 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h215 Import, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp673 DeclResult Import = in ParseTopLevelDecl() local
2528 DeclResult Import; in ParseModuleImport() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp395 for (const WasmYAML::Import &Import : Section.Imports) { in writeSectionContent() local
H A DWasmYAML.cpp396 WasmYAML::Import &Import) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp244 for (auto *Import : CU->getImportedEntities()) in processCompileUnit() local
297 void DebugInfoFinder::processImportedEntity(DIImportedEntity *Import) { in processImportedEntity()
360 else if (auto *Import = dyn_cast_or_null<DIImportedEntity>(N)) in processSubprogram() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp772 Expected<PythonModule> PythonModule::Import(const Twine &name) { in Import() function in PythonModule
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2354 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator

12