Home | History | Annotate | Download | only in AST

Lines Matching refs:OperatorLoc

1323                                    SourceLocation OperatorLoc,
1332 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1345 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1353 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1417 const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc,
1437 MemberExpr(base, isarrow, OperatorLoc, memberdecl, nameinfo, ty, vk, ok);