Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessingRecord.h218 unsigned InQuotes : 1; variable
235 bool InQuotes, bool ImportedModule,
246 bool wasInQuotes() const { return InQuotes; } in wasInQuotes()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp28 bool InQuotes, bool ImportedModule, in InclusionDirective() argument
32 InQuotes(InQuotes), Kind(Kind), ImportedModule(ImportedModule), File(File) in InclusionDirective()