Home | History | Annotate | Download | only in Lex

Lines Matching defs:BeginLoc

1203     SourceLocation BeginLoc = PP.getPragmaARCCFCodeAuditedLoc();
1210 if (BeginLoc.isValid()) {
1212 PP.Diag(BeginLoc, diag::note_pragma_entered_here);
1217 if (!BeginLoc.isValid()) {