Home
last modified time | relevance | path

Searched defs:ValidateASTInputFilesContent (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h205 unsigned ValidateASTInputFilesContent : 1; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h951 bool ValidateASTInputFilesContent; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11654 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader()