Searched refs:ActOnUnaryOp (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp150 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
868 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
876 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
890 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
900 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
H A DParseObjc.cpp2119 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get());
/external/clang/lib/Sema/
H A DSemaStmt.cpp2289 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get());
2304 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get());
H A DSemaExpr.cpp10050 ExprResult Sema::ActOnUnaryOp(Scope *S, SourceLocation OpLoc, function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h3476 ExprResult ActOnUnaryOp(Scope *S, SourceLocation OpLoc,

Completed in 153 milliseconds