Home | History | Annotate | Download | only in AST

Lines Matching defs:FPT

2152     const FunctionProtoType *FPT = cast<FunctionProtoType>(T);
2153 CachedProperties result = Cache::get(FPT->getResultType());
2154 for (FunctionProtoType::arg_type_iterator ai = FPT->arg_type_begin(),
2155 ae = FPT->arg_type_end(); ai != ae; ++ai)
2234 const FunctionProtoType *FPT = cast<FunctionProtoType>(T);
2235 LinkageInfo LV = computeLinkageInfo(FPT->getResultType());
2236 for (FunctionProtoType::arg_type_iterator ai = FPT->arg_type_begin(),
2237 ae = FPT->arg_type_end(); ai != ae; ++ai)