Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FunctionProtoType

55   const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
339 const FunctionProtoType *FPT =
340 MPT->getPointeeType()->castAs<FunctionProtoType>();
1044 const FunctionProtoType *FPT
1045 = OperatorDelete->getType()->getAs<FunctionProtoType>();
1052 FunctionProtoType::arg_type_iterator AI = FPT->arg_type_begin();
1101 const FunctionProtoType *FPT
1102 = OperatorDelete->getType()->getAs<FunctionProtoType>();
1109 FunctionProtoType::arg_type_iterator AI = FPT->arg_type_begin();
1178 const FunctionProtoType *allocatorType =
1179 allocator->getType()->castAs<FunctionProtoType>();
1340 const FunctionProtoType *DeleteFTy =
1341 DeleteFD->getType()->getAs<FunctionProtoType>();
1485 const FunctionProtoType *DeleteFTy =
1486 OperatorDelete->getType()->getAs<FunctionProtoType>();