Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1163 static bool ParsePreprocessorOptions(const RecordData &Record, bool Complain,
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2483 ParsePreprocessorOptions(Record, Complain, *Listener, in ReadControlBlock()
4334 if (ParsePreprocessorOptions(Record, false, Listener, in readASTFileControlBlock()
4780 bool ASTReader::ParsePreprocessorOptions(const RecordData &Record, in ParsePreprocessorOptions() function in ASTReader