Home
last modified time | relevance | path

Searched refs:ActOnPostfixUnaryOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2386 LHS = Actions.ActOnPostfixUnaryOp(getCurScope(), Tok.getLocation(), in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6932 ExprResult ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4727 Sema::ActOnPostfixUnaryOp(Scope *S, SourceLocation OpLoc, in ActOnPostfixUnaryOp() function in Sema