Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessingRecord.h232 unsigned InQuotes : 1; variable
248 StringRef FileName, bool InQuotes, bool ImportedModule,
259 bool wasInQuotes() const { return InQuotes; } in wasInQuotes()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessingRecord.cpp44 bool InQuotes, bool ImportedModule, in InclusionDirective() argument
47 : PreprocessingDirective(InclusionDirectiveKind, Range), InQuotes(InQuotes), in InclusionDirective()