Lines Matching defs:OpLoc
1674 SourceLocation OpLoc = ConsumeToken();
1714 Result = Actions.ActOnCXXNamedCast(OpLoc, Kind,
1732 SourceLocation OpLoc = ConsumeToken();
1769 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
1783 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
1799 SourceLocation OpLoc = ConsumeToken();
1817 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true,
1831 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(),
1872 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc,
1908 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind,
1922 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind,
1947 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind,