Home | History | Annotate | Download | only in AST

Lines Matching refs:getCanonicalCallConv

2616       getCanonicalCallConv(CallConv) != CallConv) {
2619 Info.withCallingConv(getCanonicalCallConv(CallConv)));
2675 if (!isCanonical || getCanonicalCallConv(CallConv) != CallConv) {
2686 = CanonicalEPI.ExtInfo.withCallingConv(getCanonicalCallConv(CallConv));
7735 CallingConv ASTContext::getCanonicalCallConv(CallingConv CC) const {