Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
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(Not) UNARYOP_FALLBACK(LNot)
159 UNARYOP_FALLBACK(Real) UNARYOP_FALLBACK(Imag)
160 UNARYOP_FALLBACK(Extension)
161 #undef UNARYOP_FALLBACK