Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp4498 static llvm::Error doesntStartWithASTFileMagic(BitstreamCursor &Stream) { in doesntStartWithASTFileMagic() function
4600 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in ReadASTCore()
4747 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readUnhashedControlBlockImpl()
5057 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileSignature()
5115 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in getOriginalSourceFile()
5232 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileControlBlock()