reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTWriter.cpp
 2492   PreprocessingRecord *PPRec = PP.getPreprocessingRecord();
 2500   if (PP.getCounterValue() != 0) {
 2501     RecordData::value_type Record[] = {PP.getCounterValue()};
 2505   if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) {
 2505   if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) {
 2507     auto SkipInfo = PP.getPreambleSkipInfo();
 2518     for (const auto &Cond : PP.getPreambleConditionalStack()) {
 2533   if (PP.SawDateOrTime())
 2534     PP.Diag(SourceLocation(), diag::warn_module_uses_date_time) << IsModule;
 2542   for (auto &Id : PP.getIdentifierTable())
 2554     MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name);
 2561       if (shouldIgnoreMacro(MD, IsModule, PP))
 2576     auto Leafs = PP.getLeafModuleMacros(Name);