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.h58 Import, ///< Import information from summary. global() 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/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp48 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local
74 for (const serialization::ModuleFile *Import : MF->Imports) in optimizeHeaderSearchOpts() local
682 for (const Module *Import : M->Imports) in addModulePrebuiltDeps() local
702 for (const Module *Import : M->Imports) { in addModuleDep() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp856 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local
1367 wasm::WasmImport Import; prepareImports() local
1379 wasm::WasmImport Import; prepareImports() local
1391 wasm::WasmImport Import; prepareImports() local
1403 wasm::WasmImport Import; prepareImports() local
1419 wasm::WasmImport Import; prepareImports() local
[all...]
/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.h525 DeclFromParser<D> DeclFromUser<D>::Import(clang::ASTContext *dest_ctx, in Import() function
H A DClangASTImporter.cpp436 bool ClangASTImporter::Import(const CompilerType &type) { in Import() function in ClangASTImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp493 ImportDecl *Import = ImportDecl::Create(Context, CurContext, ModuleLoc, in ActOnModuleDecl() local
690 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.h921 ImportDecl *Import = nullptr; variable
931 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator()
1046 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.cpp738 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab() local
768 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab() local
798 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab() local
865 wasm::WasmImport &Import = *ImportedTags[Info.ElementIndex]; in parseLinkingSectionSymtab() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9050 ASTImporter::Import(ExprWithCleanups::CleanupObject From) { in Import() function in ASTImporter
9061 ExpectedTypePtr ASTImporter::Import(const Type *FromT) { in Import() function in ASTImporter
9083 Expected<QualType> ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter
9094 Expected<TypeSourceInfo *> ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter
9247 Expected<Attr *> ASTImporter::Import(const Attr *FromAttr) { in Import() function in ASTImporter
9417 Expected<Decl *> ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter
9562 ASTImporter::Import(const InheritedConstructor &From) { in Import() function in ASTImporter
9633 Expected<Expr *> ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter
9640 Expected<Stmt *> ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter
9670 ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter
[all …]
H A DDeclBase.cpp1757 if (auto *Import = dyn_cast<ImportDecl>(D)) in addHiddenDecl() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1816 DictScope Import(W, "Import"); in printDelayImportedSymbols() local
1836 DictScope Import(W, "Import"); in printCOFFImports() local
1859 DictScope Import(W, "DelayImport"); in printCOFFImports() local
1942 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
H A Dllvm-readobj.cpp622 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(Bin.get())) in dumpInput() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp343 for (const auto &Import : Imports) { 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.cpp691 DeclResult Import = in ParseTopLevelDecl() local
2660 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.cpp394 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/include/clang/Serialization/
H A DASTReader.h711 enum { Import, Export, Conflict, Affecting } Kind; enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2320 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; in HandleHeaderIncludeOrImport() enumerator

12