Lines Matching refs:LAngleLoc
2291 SourceLocation LAngleLoc, in RebuildCXXNamedCastExpr() argument
2299 return getDerived().RebuildCXXStaticCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2304 return getDerived().RebuildCXXDynamicCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2309 return getDerived().RebuildCXXReinterpretCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2315 return getDerived().RebuildCXXConstCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2329 SourceLocation LAngleLoc, in RebuildCXXStaticCastExpr() argument
2337 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXStaticCastExpr()
2346 SourceLocation LAngleLoc, in RebuildCXXDynamicCastExpr() argument
2354 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXDynamicCastExpr()
2363 SourceLocation LAngleLoc, in RebuildCXXReinterpretCastExpr() argument
2371 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXReinterpretCastExpr()
2380 SourceLocation LAngleLoc, in RebuildCXXConstCastExpr() argument
2388 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXConstCastExpr()