Home
last modified time | relevance | path

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

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