Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4676 static llvm::Error doesntStartWithASTFileMagic(BitstreamCursor &Stream) { in doesntStartWithASTFileMagic() function
4778 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in ReadASTCore()
4919 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readUnhashedControlBlockImpl()
5242 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileSignature()
5303 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in getOriginalSourceFile()
5430 if (llvm::Error Err = doesntStartWithASTFileMagic(Stream)) { in readASTFileControlBlock()