Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h54 Import, ///< Import information from summary. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h89 struct Import { struct
90 Import() {} in Import() argument
96 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/llvm/lib/MC/
H A DWasmObjectWriter.cpp861 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local
1372 wasm::WasmImport Import; in prepareImports() local
1384 wasm::WasmImport Import; in prepareImports() local
1396 wasm::WasmImport Import; in prepareImports() local
1408 wasm::WasmImport Import; in prepareImports() local
1424 wasm::WasmImport Import; in prepareImports() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp45 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local
606 for (const Module *Import : M->Imports) in addModulePrebuiltDeps() local
626 for (const Module *Import : M->Imports) { in addModuleDep() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp292 std::optional<Decl *> CxxModuleHandler::Import(Decl *d) { in Import() function in CxxModuleHandler
H A DClangASTImporter.cpp433 bool ClangASTImporter::Import(const CompilerType &type) { in Import() function in ClangASTImporter
H A DClangASTSource.cpp751 DeclFromParser<D> DeclFromUser<D>::Import(ClangASTSource &source) { in Import() function in DeclFromUser
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp403 ImportDecl *Import = ImportDecl::Create(Context, CurContext, ModuleLoc, in ActOnModuleDecl() local
596 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.h892 ImportDecl *Import = nullptr; variable
902 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator()
1017 static ImportDecl *getNextLocalImport(ImportDecl *Import) { in getNextLocalImport()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp654 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() local
684 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab() local
714 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab() local
781 wasm::WasmImport &Import = *ImportedTags[Info.ElementIndex]; in parseLinkingSectionSymtab() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h57 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8946 ASTImporter::Import(ExprWithCleanups::CleanupObject From) { in Import() function in ASTImporter
8957 ExpectedTypePtr ASTImporter::Import(const Type *FromT) { in Import() function in ASTImporter
8979 Expected<QualType> ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter
9323 Expected<Decl *> ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter
9468 ASTImporter::Import(const InheritedConstructor &From) { in Import() function in ASTImporter
9539 Expected<Expr *> ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter
9546 Expected<Stmt *> ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter
9576 ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter
9630 ASTImporter::Import(NestedNameSpecifierLoc FromNNS) { in Import() function in ASTImporter
9992 ASTImporter::Import(const CXXBaseSpecifier *BaseSpec) { in Import() function in ASTImporter
[all …]
H A DDeclBase.cpp1693 if (auto *Import = dyn_cast<ImportDecl>(D)) in addHiddenDecl() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1813 DictScope Import(W, "Import"); in printDelayImportedSymbols() local
1833 DictScope Import(W, "Import"); in printCOFFImports() local
1856 DictScope Import(W, "DelayImport"); in printCOFFImports() local
1939 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
H A Dllvm-readobj.cpp618 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp331 for (const auto &Import : Imports) { in importFunctions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1638 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
1660 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
1674 auto Import = ImportGUIDs.count(GUID); in importFunctions() 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.cpp690 DeclResult Import = in ParseTopLevelDecl() local
2636 DeclResult Import; in ParseModuleImport() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp387 for (const WasmYAML::Import &Import : Section.Imports) { in writeSectionContent() local
H A DWasmYAML.cpp391 WasmYAML::Import &Import) { in mapping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp774 Expected<PythonModule> PythonModule::Import(const Twine &name) { in Import() function in PythonModule
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2242 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator

12