Lines Matching defs:OperatorLoc
2738 SourceLocation OperatorLoc,
2760 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc,
2764 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components,
3616 SourceLocation OperatorLoc,
3626 OperatorLoc, IsArrow,
3638 SourceLocation OperatorLoc,
3649 OperatorLoc, IsArrow,
3664 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack,
3669 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc,
17360 SourceLocation OperatorLoc,
17375 Base, OperatorLoc, isArrow ? tok::arrow : tok::period, SS, ScopeType,
17400 OperatorLoc, isArrow,