Lines Matching defs:AFT
2387 const FunctionType *AFT = Node->getFunctionType();2389 if (isa<FunctionNoProtoType>(AFT)) {2391 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) {2400 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);