Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1159 static bool ParsePreprocessorOptions(const RecordData &Record, bool Complain,
/external/clang/lib/Serialization/
DASTReader.cpp2523 ParsePreprocessorOptions(Record, Complain, *Listener, in ReadControlBlock()
4371 if (ParsePreprocessorOptions(Record, false, Listener, in readASTFileControlBlock()
4840 bool ASTReader::ParsePreprocessorOptions(const RecordData &Record, in ParsePreprocessorOptions() function in ASTReader