Home | History | Annotate | Download | only in AST

Lines Matching refs: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);