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

/external/clang/include/clang/AST/
H A DStmtVisitor.h151 #define UNARYOP_FALLBACK(NAME) \ macro
155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
156 UNARYOP_FALLBACK(PreInc) UNARYOP_FALLBACK(PreDec)
157 UNARYOP_FALLBACK(AddrOf) UNARYOP_FALLBACK(Deref)
159 UNARYOP_FALLBACK(Plus) UNARYOP_FALLBACK(Minus)
160 UNARYOP_FALLBACK(No
163 #undef UNARYOP_FALLBACK macro
[all...]

Completed in 68 milliseconds