OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostfixExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
82
X(
PostfixExpr
) \
1605
class
PostfixExpr
: public Node {
1610
PostfixExpr
(const Node *Child_, StringView Operator_)
4782
return make<
PostfixExpr
>(Ex, "--");
4840
return make<
PostfixExpr
>(Ex, "++");
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
1813
if (Expr *
PostfixExpr
= Res.get()) {
1814
QualType Ty =
PostfixExpr
->getType();
1816
Diag(
PostfixExpr
->getExprLoc(),
Completed in 23 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026