21#ifndef PPTRACE_PPCALLBACKSTRACKER_H
22#define PPTRACE_PPCALLBACKSTRACKER_H
24#include "clang/Lex/PPCallbacks.h"
25#include "clang/Lex/Preprocessor.h"
26#include "clang/Basic/SourceManager.h"
27#include "llvm/ADT/ArrayRef.h"
28#include "llvm/ADT/SmallSet.h"
29#include "llvm/ADT/StringMap.h"
30#include "llvm/ADT/StringRef.h"
31#include "llvm/Support/GlobPattern.h"
55using FilterType = std::vector<std::pair<llvm::GlobPattern, bool>>;
89 void FileChanged(SourceLocation
Loc, PPCallbacks::FileChangeReason Reason,
90 SrcMgr::CharacteristicKind FileType,
91 FileID PrevFID = FileID())
override;
92 void FileSkipped(
const FileEntryRef &SkippedFile,
const Token &FilenameTok,
93 SrcMgr::CharacteristicKind FileType)
override;
96 CharSourceRange FilenameRange,
97 OptionalFileEntryRef File, llvm::StringRef SearchPath,
98 llvm::StringRef RelativePath,
99 const Module *SuggestedModule,
bool ModuleImported,
100 SrcMgr::CharacteristicKind FileType)
override;
102 const Module *Imported)
override;
104 void Ident(SourceLocation
Loc, llvm::StringRef str)
override;
106 PragmaIntroducerKind Introducer)
override;
108 llvm::StringRef Str)
override;
110 llvm::StringRef Value)
override;
111 void PragmaDebug(SourceLocation
Loc, llvm::StringRef DebugType)
override;
113 PPCallbacks::PragmaMessageKind
Kind,
114 llvm::StringRef Str)
override;
116 llvm::StringRef Namespace)
override;
118 llvm::StringRef Namespace)
override;
120 diag::Severity mapping, llvm::StringRef Str)
override;
122 SourceLocation StateLoc,
unsigned State)
override;
124 llvm::ArrayRef<int> Ids)
override;
129 void MacroExpands(
const Token &MacroNameTok,
const MacroDefinition &MD,
130 SourceRange
Range,
const MacroArgs *
Args)
override;
132 const MacroDirective *MD)
override;
133 void MacroUndefined(
const Token &MacroNameTok,
const MacroDefinition &MD,
134 const MacroDirective *Undef)
override;
135 void Defined(
const Token &MacroNameTok,
const MacroDefinition &MD,
136 SourceRange
Range)
override;
138 void If(SourceLocation
Loc, SourceRange ConditionRange,
140 void Elif(SourceLocation
Loc, SourceRange ConditionRange,
141 ConditionValueKind
ConditionValue, SourceLocation IfLoc)
override;
142 void Ifdef(SourceLocation
Loc,
const Token &MacroNameTok,
143 const MacroDefinition &MD)
override;
144 void Ifndef(SourceLocation
Loc,
const Token &MacroNameTok,
145 const MacroDefinition &MD)
override;
146 void Else(SourceLocation
Loc, SourceLocation IfLoc)
override;
147 void Endif(SourceLocation
Loc, SourceLocation IfLoc)
override;
llvm::SmallString< 256U > Name
CharSourceRange Range
SourceRange for the file name.
bool IsAngled
true if this was an include with angle brackets
std::vector< HeaderHandle > Path
clang::PPCallbacks::ConditionValueKind ConditionValue
std::vector< llvm::StringRef > Strings
This class represents one callback call by name and an array of arguments.
CallbackCall(llvm::StringRef Name)
std::vector< Argument > Arguments
This class overrides the PPCallbacks class for tracking preprocessor activity by means of its callbac...
void beginCallback(const char *Name)
Start a new callback.
void SourceRangeSkipped(SourceRange Range, SourceLocation EndifLoc) override
void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, llvm::StringRef Str) override
void FileSkipped(const FileEntryRef &SkippedFile, const Token &FilenameTok, SrcMgr::CharacteristicKind FileType) override
void MacroUndefined(const Token &MacroNameTok, const MacroDefinition &MD, const MacroDirective *Undef) override
void Ifdef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) override
void Elif(SourceLocation Loc, SourceRange ConditionRange, ConditionValueKind ConditionValue, SourceLocation IfLoc) override
void MacroDefined(const Token &MacroNameTok, const MacroDirective *MD) override
void If(SourceLocation Loc, SourceRange ConditionRange, ConditionValueKind ConditionValue) override
void PragmaDiagnostic(SourceLocation Loc, llvm::StringRef Namespace, diag::Severity mapping, llvm::StringRef Str) override
void Ident(SourceLocation Loc, llvm::StringRef str) override
llvm::StringMap< bool > CallbackIsEnabled
void appendQuotedArgument(const char *Name, const std::string &Value)
Append a double-quoted argument to the top trace item.
void PragmaDirective(SourceLocation Loc, PragmaIntroducerKind Introducer) override
void PragmaDiagnosticPop(SourceLocation Loc, llvm::StringRef Namespace) override
void PragmaDetectMismatch(SourceLocation Loc, llvm::StringRef Name, llvm::StringRef Value) override
void PragmaWarningPop(SourceLocation Loc) override
void Ifndef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) override
void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, llvm::StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, llvm::StringRef SearchPath, llvm::StringRef RelativePath, const Module *SuggestedModule, bool ModuleImported, SrcMgr::CharacteristicKind FileType) override
void PragmaMessage(SourceLocation Loc, llvm::StringRef Namespace, PPCallbacks::PragmaMessageKind Kind, llvm::StringRef Str) override
void Endif(SourceLocation Loc, SourceLocation IfLoc) override
void PragmaDebug(SourceLocation Loc, llvm::StringRef DebugType) override
std::vector< CallbackCall > & CallbackCalls
Callback trace information.
void MacroExpands(const Token &MacroNameTok, const MacroDefinition &MD, SourceRange Range, const MacroArgs *Args) override
void PragmaWarning(SourceLocation Loc, PragmaWarningSpecifier WarningSpec, llvm::ArrayRef< int > Ids) override
llvm::StringRef getSourceString(CharSourceRange Range)
Get the raw source string of the range.
bool DisableTrace
Inhibit trace while this is set.
~PPCallbacksTracker() override
void PragmaExecCharsetPush(SourceLocation Loc, StringRef Str) override
void Defined(const Token &MacroNameTok, const MacroDefinition &MD, SourceRange Range) override
void PragmaWarningPush(SourceLocation Loc, int Level) override
void EndOfMainFile() override
void Else(SourceLocation Loc, SourceLocation IfLoc) override
void PragmaExecCharsetPop(SourceLocation Loc) override
void FileChanged(SourceLocation Loc, PPCallbacks::FileChangeReason Reason, SrcMgr::CharacteristicKind FileType, FileID PrevFID=FileID()) override
void moduleImport(SourceLocation ImportLoc, ModuleIdPath Path, const Module *Imported) override
void PragmaDiagnosticPush(SourceLocation Loc, llvm::StringRef Namespace) override
void appendArgument(const char *Name, bool Value)
Append a bool argument to the top trace item.
void PragmaOpenCLExtension(SourceLocation NameLoc, const IdentifierInfo *Name, SourceLocation StateLoc, unsigned State) override
void append(const char *Str)
Append a string to the top trace item.
void appendFilePathArgument(const char *Name, llvm::StringRef Value)
Append a double-quoted file path argument to the top trace item.
const FilterType & Filters
std::vector< std::pair< llvm::GlobPattern, bool > > FilterType
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//