Lines Matching refs:LAngleLoc
2100 SourceLocation LAngleLoc, in RebuildCXXNamedCastExpr() argument
2108 return getDerived().RebuildCXXStaticCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2113 return getDerived().RebuildCXXDynamicCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2118 return getDerived().RebuildCXXReinterpretCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2124 return getDerived().RebuildCXXConstCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2138 SourceLocation LAngleLoc, in RebuildCXXStaticCastExpr() argument
2146 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXStaticCastExpr()
2155 SourceLocation LAngleLoc, in RebuildCXXDynamicCastExpr() argument
2163 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXDynamicCastExpr()
2172 SourceLocation LAngleLoc, in RebuildCXXReinterpretCastExpr() argument
2180 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXReinterpretCastExpr()
2189 SourceLocation LAngleLoc, in RebuildCXXConstCastExpr() argument
2197 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXConstCastExpr()