Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4668 static llvm::Error doesntStartWithASTFileMagic(BitstreamCursor &Stream) { in doesntStartWithASTFileMagic() function
4770 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in ReadASTCore()
4911 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readUnhashedControlBlockImpl()
5237 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileSignature()
5298 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in getOriginalSourceFile()
5424 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileControlBlock()