Home | History | Annotate | Download | only in AST

Lines Matching refs:FTP

2142   if (FunctionProtoType *FTP =
2144 return QualType(FTP, 0);
2203 FunctionProtoType *FTP = (FunctionProtoType*) Allocate(Size, TypeAlignment);
2206 new (FTP) FunctionProtoType(ResultTy, ArgArray, NumArgs, Canonical, newEPI);
2207 Types.push_back(FTP);
2208 FunctionProtoTypes.InsertNode(FTP, InsertPos);
2209 return QualType(FTP, 0);