Lines Matching defs:SourceLocation
135 void ExpandModularHeadersPPCallbacks::parseToLocation(SourceLocation Loc) {
157 SourceLocation Loc, FileChangeReason Reason,
166 SourceLocation DirectiveLoc, const Token &IncludeToken,
188 void ExpandModularHeadersPPCallbacks::Ident(SourceLocation Loc, StringRef) {
191 void ExpandModularHeadersPPCallbacks::PragmaDirective(SourceLocation Loc,
195 void ExpandModularHeadersPPCallbacks::PragmaComment(SourceLocation Loc,
200 void ExpandModularHeadersPPCallbacks::PragmaDetectMismatch(SourceLocation Loc,
205 void ExpandModularHeadersPPCallbacks::PragmaDebug(SourceLocation Loc,
209 void ExpandModularHeadersPPCallbacks::PragmaMessage(SourceLocation Loc,
215 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPush(SourceLocation Loc,
219 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPop(SourceLocation Loc,
223 void ExpandModularHeadersPPCallbacks::PragmaDiagnostic(SourceLocation Loc,
229 void ExpandModularHeadersPPCallbacks::HasInclude(SourceLocation Loc, StringRef,
235 SourceLocation NameLoc, const IdentifierInfo *, SourceLocation StateLoc,
240 void ExpandModularHeadersPPCallbacks::PragmaWarning(SourceLocation Loc,
245 void ExpandModularHeadersPPCallbacks::PragmaWarningPush(SourceLocation Loc,
249 void ExpandModularHeadersPPCallbacks::PragmaWarningPop(SourceLocation Loc) {
253 SourceLocation Loc) {
257 SourceLocation Loc) {
283 SourceRange Range, SourceLocation EndifLoc) {
287 void ExpandModularHeadersPPCallbacks::If(SourceLocation Loc, SourceRange,
291 void ExpandModularHeadersPPCallbacks::Elif(SourceLocation Loc, SourceRange,
292 ConditionValueKind, SourceLocation) {
295 void ExpandModularHeadersPPCallbacks::Ifdef(SourceLocation Loc, const Token &,
299 void ExpandModularHeadersPPCallbacks::Ifndef(SourceLocation Loc, const Token &,
303 void ExpandModularHeadersPPCallbacks::Else(SourceLocation Loc, SourceLocation) {
306 void ExpandModularHeadersPPCallbacks::Endif(SourceLocation Loc,
307 SourceLocation) {