Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp4431 static llvm::Error doesntStartWithASTFileMagic(BitstreamCursor &Stream) { in doesntStartWithASTFileMagic() function
4533 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in ReadASTCore()
4679 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readUnhashedControlBlockImpl()
4984 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileSignature()
5041 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in getOriginalSourceFile()
5152 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileControlBlock()