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

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

Completed in 60 milliseconds