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

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

Completed in 85 milliseconds