Lines Matching defs:BeginLoc
1732 SourceLocation BeginLoc = Tok.getLocation();
1774 PP.Diag(BeginLoc, diag::note_pp_module_begin_here)
1780 PP.EnterSubmodule(M, BeginLoc, /*ForPragma*/true);
1781 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second),
1891 SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedInfo().second;
1898 if (BeginLoc.isValid()) {
1900 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1905 if (!BeginLoc.isValid()) {
1946 SourceLocation BeginLoc = PP.getPragmaAssumeNonNullLoc();
1954 if (BeginLoc.isValid()) {
1956 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1963 if (!BeginLoc.isValid()) {