Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h233 unsigned InQuotes : 1; variable
250 bool InQuotes, bool ImportedModule,
261 bool wasInQuotes() const { return InQuotes; } in wasInQuotes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp44 bool InQuotes, bool ImportedModule, in InclusionDirective() argument
46 : PreprocessingDirective(InclusionDirectiveKind, Range), InQuotes(InQuotes), in InclusionDirective()