Home | History | Annotate | Download | only in Analysis

Lines Matching refs:calleeType

1783   QualType calleeType = C->getCallee()->getType();
1784 if (calleeType == Context->BoundMemberTy) {
1789 if (!boundType.isNull()) calleeType = boundType;
1793 bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn();