Home
last modified time | relevance | path

Searched refs:wasInQuotes (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessingRecord.h247 bool wasInQuotes() const { return InQuotes; } in wasInQuotes() function
/external/clang/tools/libclang/
DIndexing.cpp711 !ID->wasInQuotes(), ID->importedModule()); in indexPreprocessingRecord()
/external/clang/lib/Serialization/
DASTWriter.cpp2283 Record.push_back(ID->wasInQuotes()); in WritePreprocessorDetail()