Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp560 ASTReader::readASTFileControlBlock(getCurrentFile(), in ExecuteAction()
H A DCompilerInstance.cpp1287 if (ASTReader::readASTFileControlBlock(FileName, CI.getFileManager(), in loadModuleFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1511 static bool readASTFileControlBlock(StringRef Filename,
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4219 bool ASTReader::readASTFileControlBlock(StringRef Filename, in readASTFileControlBlock() function in ASTReader
4406 return !readASTFileControlBlock(Filename, FileMgr, validator); in isAcceptableASTFile()