Home | History | Annotate | Download | only in AST

Lines Matching refs:Proto

1347   const FunctionProtoType *Proto
1350 mangleBareFunctionType(Proto, /*MangleReturnType=*/false);
1918 const FunctionProtoType *Proto = cast<FunctionProtoType>(T);
1927 mangleType(Proto->getResultType());
1931 if (Proto->getNumArgs() == 0 && !Proto->isVariadic()) {
1939 for (FunctionProtoType::arg_type_iterator Arg = Proto->arg_type_begin(),
1940 ArgEnd = Proto->arg_type_end();
1947 if (Proto->isVariadic())