Home | History | Annotate | Download | only in Parse

Lines Matching refs:OpLoc

1279   SourceLocation OpLoc = ConsumeToken();
1318 Result = Actions.ActOnCXXNamedCast(OpLoc, Kind,
1336 SourceLocation OpLoc = ConsumeToken();
1372 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
1386 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
1402 SourceLocation OpLoc = ConsumeToken();
1420 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true,
1433 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(),
1457 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc,
1497 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind,
1521 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind,