Searched defs:PostfixExpr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Parse/ | ||
H A D | ParseExpr.cpp | 1927 if (Expr *PostfixExpr = Res.get()) { ParseCastExpression() local |
/llvm-project/llvm/include/llvm/Demangle/ | ||
H A D | ItaniumDemangle.h | 1893 PostfixExpr(const Node *Child_, std::string_view Operator_, Prec Prec_) PostfixExpr() function |
/llvm-project/libcxxabi/src/demangle/ | ||
H A D | ItaniumDemangle.h | 1894 PostfixExpr(const Node *Child_, std::string_view Operator_, Prec Prec_) PostfixExpr() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 12552 const Expr *PostfixExpr = CXXOCE->getArgs()[0]; VisitCXXOperatorCallExpr() local |