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

References

tools/clang/include/clang/Lex/PPCallbacks.h
  389     Second->FileChanged(Loc, Reason, FileType, PrevFID);
  395     Second->FileSkipped(SkippedFile, FilenameTok, FileType);
  401            Second->FileNotFound(FileName, RecoveryPath);
  413     Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
  421     Second->EnteredSubmodule(M, ImportLoc, ForPragma);
  427     Second->LeftSubmodule(M, ImportLoc, ForPragma);
  433     Second->moduleImport(ImportLoc, Path, Imported);
  438     Second->EndOfMainFile();
  443     Second->Ident(Loc, str);
  449     Second->PragmaDirective(Loc, Introducer);
  455     Second->PragmaComment(Loc, Kind, Str);
  461     Second->PragmaDetectMismatch(Loc, Name, Value);
  466     Second->PragmaDebug(Loc, DebugType);
  472     Second->PragmaMessage(Loc, Namespace, Kind, Str);
  477     Second->PragmaDiagnosticPush(Loc, Namespace);
  482     Second->PragmaDiagnosticPop(Loc, Namespace);
  488     Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
  495     Second->HasInclude(Loc, FileName, IsAngled, File, FileType);
  501     Second->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
  507     Second->PragmaWarning(Loc, WarningSpec, Ids);
  512     Second->PragmaWarningPush(Loc, Level);
  517     Second->PragmaWarningPop(Loc);
  522     Second->PragmaExecCharsetPush(Loc, Str);
  527     Second->PragmaExecCharsetPop(Loc);
  532     Second->PragmaAssumeNonNullBegin(Loc);
  537     Second->PragmaAssumeNonNullEnd(Loc);
  543     Second->MacroExpands(MacroNameTok, MD, Range, Args);
  549     Second->MacroDefined(MacroNameTok, MD);
  556     Second->MacroUndefined(MacroNameTok, MD, Undef);
  562     Second->Defined(MacroNameTok, MD, Range);
  567     Second->SourceRangeSkipped(Range, EndifLoc);
  574     Second->If(Loc, ConditionRange, ConditionValue);
  581     Second->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
  588     Second->Ifdef(Loc, MacroNameTok, MD);
  595     Second->Ifndef(Loc, MacroNameTok, MD);
  601     Second->Else(Loc, IfLoc);
  607     Second->Endif(Loc, IfLoc);