Lines Matching defs:BeginLoc
1728 SourceLocation BeginLoc = Tok.getLocation();
1771 PP.Diag(BeginLoc, diag::note_pp_module_begin_here)
1777 PP.EnterSubmodule(M, BeginLoc, /*ForPragma*/true);
1778 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second),
1888 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedInfo().second;
1895 if (BeginLoc.isValid()) {
1897 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1902 if (!BeginLoc.isValid()) {
1943 SourceLocation BeginLoc = PP.getPragmaAssumeNonNullLoc();
1951 if (BeginLoc.isValid()) {
1953 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1960 if (!BeginLoc.isValid()) {