Searched refs:ActOnPostfixUnaryOp (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1701 LHS = Actions.ActOnPostfixUnaryOp(getCurScope(), Tok.getLocation(), in ParsePostfixExpressionSuffix()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseExpr.cpp | 2207 LHS = Actions.ActOnPostfixUnaryOp(getCurScope(), Tok.getLocation(), in ParsePostfixExpressionSuffix()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3924 ExprResult ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5109 ExprResult ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc,
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 4093 Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, in ActOnPostfixUnaryOp() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 4553 Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, in ActOnPostfixUnaryOp() function in Sema
|