Home
last modified time | relevance | path

Searched defs:import (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/Modules/
H A Dlookup.cpp2 #define import @import macro
20 int import; variable
23 int import; in f() local
H A Dimport-decl.cpp16 void testImport(A *import) { in testImport()
/llvm-project/clang/test/CXX/basic/basic.link/
H A Dp3.cpp8 struct import { struct inner {}; }; argument
[all...]
/llvm-project/lld/MachO/
H A DOutputSegment.h28 constexpr const char import[] = "__IMPORT"; variable
H A DSyntheticSections.cpp2319 auto *import = reinterpret_cast<dyld_chained_import *>(buf); writeImport() local
2326 auto *import = reinterpret_cast<dyld_chained_import_addend *>(buf); writeImport() local
2334 auto *import = reinterpret_cast<dyld_chained_import_addend64 *>(buf); writeImport() local
[all...]
/llvm-project/clang/unittests/AST/
H A DASTImporterFixtures.cpp79 Decl *ASTImporterTestBase::TU::import( in import() function in clang::ast_matchers::ASTImporterTestBase::TU
98 QualType ASTImporterTestBase::TU::import( in import() function in clang::ast_matchers::ASTImporterTestBase::TU
/llvm-project/lldb/test/API/functionalities/breakpoint/cpp/
H A Dmain.cpp87 template <typename T> void import() {} in import() function
/llvm-project/lld/wasm/
H A DSyntheticSections.cpp239 import.Module = ctx.arg.memoryImport->first; in writeBody() local
257 WasmImport import; writeBody() local
279 WasmImport import; writeBody() local
[all...]
H A DWriterUtils.cpp216 void writeImport(raw_ostream &os, const WasmImport &import) { in writeImport()
H A DInputFiles.cpp308 // An MVP object file can have only one table import. in addLegacyIndirectFunctionTableIfNeeded() local
/llvm-project/polly/lib/External/isl/imath/
H A Dgmp_compat.c734 void GMPZAPI(import)(mp_int rop, size_t count, int order, size_t size, in GMPZAPI() argument
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp201 auto import(T *From) import() function in clang::ASTNodeImporter
211 auto import(const T *From) { import() function in clang::ASTNodeImporter
217 Expected<T> import(const T &From) { import() function in clang::ASTNodeImporter
223 Expected<std::optional<T>> import(std::optional<T> From) { import() function in clang::ASTNodeImporter
758 ASTNodeImporter::import(TemplateParameterList *From) { import() function in clang::ASTNodeImporter
788 ASTNodeImporter::import(const TemplateArgument &From) { import() function in clang::ASTNodeImporter
878 ASTNodeImporter::import(const TemplateArgumentLoc &TALoc) { import() function in clang::ASTNodeImporter
918 Expected<DeclGroupRef> ASTNodeImporter::import(const DeclGroupRef &DG) { import() function in clang::ASTNodeImporter
937 ASTNodeImporter::import(const Designator &D) { import() function in clang::ASTNodeImporter
977 Expected<ConceptReference *> ASTNodeImporter::import(ConceptReference *From) { import() function in clang::ASTNodeImporter
1004 Expected<LambdaCapture> ASTNodeImporter::import(const LambdaCapture &From) { import() function in clang::ASTNodeImporter
[all...]
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp770 void import() { import() function in thinlto::ThinLTOProcessing
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp747 for (const SourceName &import : collector.imports()) { PutSubprogram() local