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

References

tools/clang/lib/Parse/ParseExpr.cpp
 2002         RParenLoc = T.getCloseLocation();
 2003         if (RParenLoc.isInvalid())
 2004           RParenLoc = PP.getLocForEndOfToken(NameLoc);
 2013       RParenLoc = PP.getLocForEndOfToken(NameLoc);
 2017         << FixItHint::CreateInsertion(RParenLoc, ")");
 2032                                                 RParenLoc);