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

/external/clang/lib/AST/
H A DExpr.cpp1236 QualType CallExpr::getCallReturnType() const { function in class:CallExpr
2097 if (Op->getCallReturnType()->isReferenceType() ||
2098 Op->getCallReturnType()->isVoidType())

Completed in 219 milliseconds