Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessingRecord.h223 unsigned InQuotes : 1; variable
236 bool InQuotes, const FileEntry *File, SourceRange Range);
246 bool wasInQuotes() const { return InQuotes; } in wasInQuotes()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp28 bool InQuotes, const FileEntry *File, in InclusionDirective() argument
31 InQuotes(InQuotes), Kind(Kind), File(File) in InclusionDirective()