Lines Matching refs:ExpandModularHeadersPPCallbacks
21 class ExpandModularHeadersPPCallbacks::FileRecorder {
67 ExpandModularHeadersPPCallbacks::ExpandModularHeadersPPCallbacks( in ExpandModularHeadersPPCallbacks() function in clang::tooling::ExpandModularHeadersPPCallbacks
105 ExpandModularHeadersPPCallbacks::~ExpandModularHeadersPPCallbacks() = default;
107 Preprocessor *ExpandModularHeadersPPCallbacks::getPreprocessor() const { in getPreprocessor()
111 void ExpandModularHeadersPPCallbacks::handleModuleFile( in handleModuleFile()
132 void ExpandModularHeadersPPCallbacks::parseToLocation(SourceLocation Loc) { in parseToLocation()
153 void ExpandModularHeadersPPCallbacks::FileChanged( in FileChanged()
162 void ExpandModularHeadersPPCallbacks::InclusionDirective( in InclusionDirective()
176 void ExpandModularHeadersPPCallbacks::EndOfMainFile() { in EndOfMainFile()
184 void ExpandModularHeadersPPCallbacks::Ident(SourceLocation Loc, StringRef) { in Ident()
187 void ExpandModularHeadersPPCallbacks::PragmaDirective(SourceLocation Loc, in PragmaDirective()
191 void ExpandModularHeadersPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment()
196 void ExpandModularHeadersPPCallbacks::PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch()
201 void ExpandModularHeadersPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug()
205 void ExpandModularHeadersPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
211 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
215 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
219 void ExpandModularHeadersPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic()
225 void ExpandModularHeadersPPCallbacks::HasInclude(SourceLocation Loc, StringRef, in HasInclude()
230 void ExpandModularHeadersPPCallbacks::PragmaOpenCLExtension( in PragmaOpenCLExtension()
236 void ExpandModularHeadersPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning()
240 void ExpandModularHeadersPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush()
244 void ExpandModularHeadersPPCallbacks::PragmaWarningPop(SourceLocation Loc) { in PragmaWarningPop()
247 void ExpandModularHeadersPPCallbacks::PragmaAssumeNonNullBegin( in PragmaAssumeNonNullBegin()
251 void ExpandModularHeadersPPCallbacks::PragmaAssumeNonNullEnd( in PragmaAssumeNonNullEnd()
255 void ExpandModularHeadersPPCallbacks::MacroExpands(const Token &MacroNameTok, in MacroExpands()
262 void ExpandModularHeadersPPCallbacks::MacroDefined(const Token &MacroNameTok, in MacroDefined()
266 void ExpandModularHeadersPPCallbacks::MacroUndefined( in MacroUndefined()
271 void ExpandModularHeadersPPCallbacks::Defined(const Token &MacroNameTok, in Defined()
277 void ExpandModularHeadersPPCallbacks::SourceRangeSkipped( in SourceRangeSkipped()
282 void ExpandModularHeadersPPCallbacks::If(SourceLocation Loc, SourceRange, in If()
286 void ExpandModularHeadersPPCallbacks::Elif(SourceLocation Loc, SourceRange, in Elif()
290 void ExpandModularHeadersPPCallbacks::Ifdef(SourceLocation Loc, const Token &, in Ifdef()
294 void ExpandModularHeadersPPCallbacks::Ifndef(SourceLocation Loc, const Token &, in Ifndef()
298 void ExpandModularHeadersPPCallbacks::Else(SourceLocation Loc, SourceLocation) { in Else()
301 void ExpandModularHeadersPPCallbacks::Endif(SourceLocation Loc, in Endif()