HomeSort by: relevance | last modified time | path
    Searched refs:ActOnUnaryOp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 153 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
1343 Res = Actions.ActOnUnaryOp(getCurScope(), SavedTok.getLocation(),
1360 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg);
1382 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg);
1407 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
ParseObjc.cpp 2803 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 2965 IncrExpr = ActOnUnaryOp(S, ColonLoc, tok::plusplus, BeginRef.get());
2986 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get());
SemaExpr.cpp 14951 ExprResult Sema::ActOnUnaryOp(Scope *S, SourceLocation OpLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5222 ExprResult ActOnUnaryOp(Scope *S, SourceLocation OpLoc,

Completed in 54 milliseconds