Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1392 llvm::Error ReadExtensionBlock(ModuleFile &F);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4490 if (llvm::Error Err = ReadExtensionBlock(F)) { in ReadAST()
5030 llvm::Error ASTReader::ReadExtensionBlock(ModuleFile &F) { in ReadExtensionBlock() function in ASTReader