Searched defs:isArgumentType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h2051 bool isArgumentType() const { return UnaryExprOrTypeTraitExprBits.IsType; } function
2056 assert(isArgumentType() && "calling getArgumentType() when arg is expr");
2060 assert(!isArgumentType() && "calling getArgumentExpr() when arg is type");
2079 return isArgumentType() ? getArgumentType() : getArgumentExpr()->getType();

Completed in 87 milliseconds