Home | History | Annotate | Download | only in AST

Lines Matching refs:getCallReturnType

1284 QualType CallExpr::getCallReturnType(const ASTContext &Ctx) const {
2187 if (Op->getCallReturnType(Ctx)->isReferenceType() ||
2188 Op->getCallReturnType(Ctx)->isVoidType())