Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h234 unsigned InQuotes : 1; variable
251 bool InQuotes, bool ImportedModule,
262 bool wasInQuotes() const { return InQuotes; } in wasInQuotes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp45 bool InQuotes, bool ImportedModule, in InclusionDirective() argument
47 : PreprocessingDirective(InclusionDirectiveKind, Range), InQuotes(InQuotes), in InclusionDirective()