Home | History | Annotate | Download | only in Sema

Lines Matching refs:OperatorLoc

1936                                             SourceLocation OperatorLoc,
1958 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc,
1962 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components,
2679 SourceLocation OperatorLoc,
2689 OperatorLoc, IsArrow,
2701 SourceLocation OperatorLoc,
2712 OperatorLoc, IsArrow,
2727 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc,
2733 return SizeOfPackExpr::Create(SemaRef.Context, OperatorLoc, Pack, PackLoc,
11516 SourceLocation OperatorLoc,
11531 Base, OperatorLoc, isArrow ? tok::arrow : tok::period, SS, ScopeType,
11556 OperatorLoc, isArrow,