Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4471 static llvm::Error doesntStartWithASTFileMagic(BitstreamCursor &Stream) { in doesntStartWithASTFileMagic() function
4573 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in ReadASTCore()
4720 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readUnhashedControlBlockImpl()
5025 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileSignature()
5082 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in getOriginalSourceFile()
5193 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileControlBlock()