Home
last modified time | relevance | path

Searched refs:loadModuleFile (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp428 bool loadModuleFile(const FileEntry *File);
498 bool GlobalModuleIndexBuilder::loadModuleFile(const FileEntry *File) { in loadModuleFile() function in GlobalModuleIndexBuilder
817 if (Builder.loadModuleFile(ModuleFile)) in writeIndex()
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInstance.h763 bool loadModuleFile(StringRef FileName);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInstance.h813 bool loadModuleFile(StringRef FileName,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInstance.h813 bool loadModuleFile(StringRef FileName,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInstance.h807 bool loadModuleFile(StringRef FileName,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInstance.h849 bool loadModuleFile(StringRef FileName,
/aosp_15_r20/external/clang/lib/Frontend/
H A DFrontendAction.cpp417 if (!CI.loadModuleFile(ModuleFile)) in BeginSourceFile()
H A DCompilerInstance.cpp1334 bool CompilerInstance::loadModuleFile(StringRef FileName) { in loadModuleFile() function in CompilerInstance