Home
last modified time | relevance | path

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

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