Lines Matching refs:OpLoc
1347 SourceLocation OpLoc = ConsumeToken(); in ParseCXXCasts() local
1386 Result = Actions.ActOnCXXNamedCast(OpLoc, Kind, in ParseCXXCasts()
1404 SourceLocation OpLoc = ConsumeToken(); in ParseCXXTypeid() local
1440 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true, in ParseCXXTypeid()
1454 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false, in ParseCXXTypeid()
1470 SourceLocation OpLoc = ConsumeToken(); in ParseCXXUuidof() local
1488 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true, in ParseCXXUuidof()
1501 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), in ParseCXXUuidof()
1525 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, in ParseCXXPseudoDestructor() argument
1565 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind, in ParseCXXPseudoDestructor()
1589 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind, in ParseCXXPseudoDestructor()