Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h261 bool wasInQuotes() const { return InQuotes; } in wasInQuotes() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp658 !ID->wasInQuotes(), ID->importedModule()); in indexPreprocessingRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2421 Record.push_back(ID->wasInQuotes()); in WritePreprocessorDetail()