Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1159 static bool ParseFileSystemOptions(const RecordData &Record, bool Complain,
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2463 ParseFileSystemOptions(Record, Complain, *Listener) && in ReadControlBlock()
4323 if (ParseFileSystemOptions(Record, false, Listener)) in readASTFileControlBlock()
4734 bool ASTReader::ParseFileSystemOptions(const RecordData &Record, bool Complain, in ParseFileSystemOptions() function in ASTReader