Searched refs:UNARYOP_FALLBACK (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtVisitor.h149 #define UNARYOP_FALLBACK(NAME) \ macro
153 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
154 UNARYOP_FALLBACK(PreInc) UNARYOP_FALLBACK(PreDec)
155 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
157 UNARYOP_FALLBACK(Plus) UNARYOP_FALLBACK(Minus)
158 UNARYOP_FALLBACK(No
161 #undef UNARYOP_FALLBACK macro
[all...]

Completed in 624 milliseconds