Home
last modified time | relevance | path

Searched defs:Import (Results 76 – 100 of 265) sorted by relevance

1234567891011

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTImporter.h351 llvm::Expected<const Decl *> Import(const Decl *FromD) { in Import() function
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTImporter.h351 llvm::Expected<const Decl *> Import(const Decl *FromD) { in Import() function
DASTContext.h900 ImportDecl *Import = nullptr; variable
910 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator()
1025 static ImportDecl *getNextLocalImport(ImportDecl *Import) { in getNextLocalImport()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTImporter.h351 llvm::Expected<const Decl *> Import(const Decl *FromD) { in Import() function
DASTContext.h895 ImportDecl *Import = nullptr; variable
905 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator()
1020 static ImportDecl *getNextLocalImport(ImportDecl *Import) { in getNextLocalImport()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTImporter.h351 llvm::Expected<const Decl *> Import(const Decl *FromD) { in Import() function
DASTContext.h895 ImportDecl *Import = nullptr; variable
905 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator()
1020 static ImportDecl *getNextLocalImport(ImportDecl *Import) { in getNextLocalImport()
/aosp_15_r20/frameworks/av/media/codec2/vndk/platform/
H A DC2SurfaceSyncObj.cpp87 std::shared_ptr<C2SurfaceSyncMemory> C2SurfaceSyncMemory::Import( in Import() function in C2SurfaceSyncMemory
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClImportTensorHandle.hpp92 virtual bool Import(void* memory, MemorySource source) override in Import() function in armnn::ClImportTensorHandle
/aosp_15_r20/external/llvm/lib/IR/
H A DDebugInfo.cpp69 for (auto *Import : CU->getImportedEntities()) { in processModule() local
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp109 std::optional<GrallocBuffer> Gralloc::Import(buffer_handle_t buffer) { in Import() function in aidl::android::hardware::graphics::composer3::impl::Gralloc
/aosp_15_r20/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp220 for (const auto &Import : Imports) { in importFunctions() local
/aosp_15_r20/external/perfetto/src/protozero/test/
H A Dprotozero_conformance_unittest.cc160 TEST(ProtoZeroConformanceTest, Import) { in TEST() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSemaInternal.h57 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/aosp_15_r20/external/clang/include/clang/Sema/
H A DSemaInternal.h96 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DSemaInternal.h57 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSemaInternal.h57 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSemaInternal.h57 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dimport_statement.py108 class Import(base_symbol.AnnotatedSymbol): class
/aosp_15_r20/external/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp74 auto *Import = cast<ImportDecl>(D); in VisitImportDecl() local
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dnogo_main.go573 func (i *importer) Import(path string) (*types.Package, error) { func
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/tests/
H A Dallocator.cpp137 IpcMutex *IpcMutex::Import(void *pMutex) { in Import() function in IpcMutex
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/tests/
H A Dallocator.cpp137 IpcMutex *IpcMutex::Import(void *pMutex) { in Import() function in IpcMutex
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/
H A Dsimple_hash_table_kernel.cc92 Status Import(const Tensor& keys, const Tensor& values) { in Import() function in tensorflow::custom_op_examples::SimpleHashTableResource

1234567891011