Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1221 bool shouldDisableValidationForFile(const serialization::ModuleFile &M) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2223 bool ASTReader::shouldDisableValidationForFile( in shouldDisableValidationForFile() function in ASTReader
2392 if (!shouldDisableValidationForFile(F) && StoredTime && in getInputFile()
2608 bool DisableValidation = shouldDisableValidationForFile(F); in ReadControlBlock()
4666 bool DisableValidation = shouldDisableValidationForFile(F); in readUnhashedControlBlock()