Home
last modified time | relevance | path

Searched defs:ImportedModules (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDIBuilder.h57 SmallVector<TrackingMDNodeRef, 4> ImportedModules; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDIBuilder.h60 SmallVector<TrackingMDNodeRef, 4> ImportedModules; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDIBuilder.h60 SmallVector<TrackingMDNodeRef, 4> ImportedModules; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDIBuilder.h60 SmallVector<TrackingMDNodeRef, 4> ImportedModules; variable
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.h421 llvm::SetVector<clang::Module *> ImportedModules; variable
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DASTReader.h816 SmallVector<ImportedSubmodule, 2> ImportedModules; variable
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp4609 RecordData ImportedModules; in WriteASTCore() local