Home | History | Annotate | Download | only in AST

Lines Matching defs:FPT

2066     const FunctionProtoType *FPT = cast<FunctionProtoType>(T);
2067 CachedProperties result = Cache::get(FPT->getResultType());
2068 for (FunctionProtoType::arg_type_iterator ai = FPT->arg_type_begin(),
2069 ae = FPT->arg_type_end(); ai != ae; ++ai)