reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParsePragma.cpp
 1244                    std::make_pair(PrimaryRule, SourceRange(RuleLoc, RuleLoc)))
 1244                    std::make_pair(PrimaryRule, SourceRange(RuleLoc, RuleLoc)))
 1246         Diag(RuleLoc, diag::err_pragma_attribute_duplicate_subject)
 1249                    RuleLoc, Tok.is(tok::comma) ? Tok.getLocation() : RuleLoc));
 1249                    RuleLoc, Tok.is(tok::comma) ? Tok.getLocation() : RuleLoc));
 1250       LastMatchRuleEndLoc = RuleLoc;
 1299              .insert(std::make_pair(SubRule, SourceRange(RuleLoc, RuleEndLoc)))
 1301       Diag(RuleLoc, diag::err_pragma_attribute_duplicate_subject)
 1304                  RuleLoc, Tok.is(tok::comma) ? Tok.getLocation() : RuleEndLoc));