Lines Matching refs:LAngleLoc
2929 SourceLocation LAngleLoc, in RebuildCXXNamedCastExpr() argument
2937 return getDerived().RebuildCXXStaticCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2942 return getDerived().RebuildCXXDynamicCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2947 return getDerived().RebuildCXXReinterpretCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2953 return getDerived().RebuildCXXConstCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2959 OpLoc, LAngleLoc, TInfo, RAngleLoc, LParenLoc, SubExpr, RParenLoc); in RebuildCXXNamedCastExpr()
2971 SourceLocation LAngleLoc, in RebuildCXXStaticCastExpr() argument
2979 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXStaticCastExpr()
2988 SourceLocation LAngleLoc, in RebuildCXXDynamicCastExpr() argument
2996 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXDynamicCastExpr()
3005 SourceLocation LAngleLoc, in RebuildCXXReinterpretCastExpr() argument
3013 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXReinterpretCastExpr()
3022 SourceLocation LAngleLoc, in RebuildCXXConstCastExpr() argument
3030 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXConstCastExpr()
3035 RebuildCXXAddrspaceCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, in RebuildCXXAddrspaceCastExpr() argument
3041 SourceRange(LAngleLoc, RAngleLoc), SourceRange(LParenLoc, RParenLoc)); in RebuildCXXAddrspaceCastExpr()
12560 TemplateArgumentListInfo TransArgs(Old->LAngleLoc, Old->RAngleLoc); in TransformConceptSpecializationExpr()