Home | History | Annotate | Download | only in AST

Lines Matching refs:FunctionProtoType

313   void mangleThrowSpecification(const FunctionProtoType *T);
416 const FunctionProtoType *FT = FD->getType()->castAs<FunctionProtoType>();
614 mangleCallingConvention(MD->getType()->getAs<FunctionProtoType>());
1720 void MicrosoftCXXNameMangler::mangleType(const FunctionProtoType *T, Qualifiers,
1744 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(T);
1960 const FunctionProtoType *FT) {
2091 if (const FunctionProtoType *FPT = PointeeType->getAs<FunctionProtoType>()) {
2246 mangleFunctionType(PointeeType->castAs<FunctionProtoType>());
2476 DeclForFPT->getType()->castAs<FunctionProtoType>(), MD);
2490 Mangler.mangleFunctionType(DD->getType()->castAs<FunctionProtoType>(), DD);