Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
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()
/external/clang/include/clang/Frontend/
DCompilerInstance.h763 bool loadModuleFile(StringRef FileName);
/external/clang/lib/Frontend/
DFrontendAction.cpp417 if (!CI.loadModuleFile(ModuleFile)) in BeginSourceFile()
DCompilerInstance.cpp1334 bool CompilerInstance::loadModuleFile(StringRef FileName) { in loadModuleFile() function in CompilerInstance