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

References

tools/clang/include/clang/Lex/PPCallbacks.h
  388     First->FileChanged(Loc, Reason, FileType, PrevFID);
  394     First->FileSkipped(SkippedFile, FilenameTok, FileType);
  400     return First->FileNotFound(FileName, RecoveryPath) ||
  410     First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
  420     First->EnteredSubmodule(M, ImportLoc, ForPragma);
  426     First->LeftSubmodule(M, ImportLoc, ForPragma);
  432     First->moduleImport(ImportLoc, Path, Imported);
  437     First->EndOfMainFile();
  442     First->Ident(Loc, str);
  448     First->PragmaDirective(Loc, Introducer);
  454     First->PragmaComment(Loc, Kind, Str);
  460     First->PragmaDetectMismatch(Loc, Name, Value);
  465     First->PragmaDebug(Loc, DebugType);
  471     First->PragmaMessage(Loc, Namespace, Kind, Str);
  476     First->PragmaDiagnosticPush(Loc, Namespace);
  481     First->PragmaDiagnosticPop(Loc, Namespace);
  487     First->PragmaDiagnostic(Loc, Namespace, mapping, Str);
  494     First->HasInclude(Loc, FileName, IsAngled, File, FileType);
  500     First->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
  506     First->PragmaWarning(Loc, WarningSpec, Ids);
  511     First->PragmaWarningPush(Loc, Level);
  516     First->PragmaWarningPop(Loc);
  521     First->PragmaExecCharsetPush(Loc, Str);
  526     First->PragmaExecCharsetPop(Loc);
  531     First->PragmaAssumeNonNullBegin(Loc);
  536     First->PragmaAssumeNonNullEnd(Loc);
  542     First->MacroExpands(MacroNameTok, MD, Range, Args);
  548     First->MacroDefined(MacroNameTok, MD);
  555     First->MacroUndefined(MacroNameTok, MD, Undef);
  561     First->Defined(MacroNameTok, MD, Range);
  566     First->SourceRangeSkipped(Range, EndifLoc);
  573     First->If(Loc, ConditionRange, ConditionValue);
  580     First->Elif(Loc, ConditionRange, ConditionValue, IfLoc);
  587     First->Ifdef(Loc, MacroNameTok, MD);
  594     First->Ifndef(Loc, MacroNameTok, MD);
  600     First->Else(Loc, IfLoc);
  606     First->Endif(Loc, IfLoc);