Home | History | Annotate | Download | only in AST

Lines Matching refs:AFT

1835   const FunctionType *AFT = Node->getFunctionType();
1837 if (isa<FunctionNoProtoType>(AFT)) {
1839 } else if (!BD->param_empty() || cast<FunctionProtoType>(AFT)->isVariadic()) {
1850 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT);