Searched refs:readASTFileControlBlock (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Frontend/ |
D | FrontendActions.cpp | 608 ASTReader::readASTFileControlBlock( in ExecuteAction()
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 748 ASTReader::readASTFileControlBlock( in ExecuteAction()
|
D | CompilerInstance.cpp | 193 if (!ASTReader::readASTFileControlBlock( in collectIncludePCH()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTReader.h | 1695 readASTFileControlBlock(StringRef Filename, FileManager &FileMgr,
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1497 readASTFileControlBlock(StringRef Filename, FileManager &FileMgr,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 4194 bool ASTReader::readASTFileControlBlock( in readASTFileControlBlock() function in ASTReader 4409 return !readASTFileControlBlock(Filename, FileMgr, PCHContainerRdr, in isAcceptableASTFile()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 5134 bool ASTReader::readASTFileControlBlock( in readASTFileControlBlock() function in ASTReader 5408 return !readASTFileControlBlock(Filename, FileMgr, PCHContainerRdr, in isAcceptableASTFile()
|