Home | History | Annotate | Download | only in AST

Lines Matching defs:getFunctionNoProtoType

1469     Result = getFunctionNoProtoType(FNPT->getResultType(), Info);
2091 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2094 ASTContext::getFunctionNoProtoType(QualType ResultTy,
2113 getFunctionNoProtoType(getCanonicalType(ResultTy),
5843 return getFunctionNoProtoType(retType, einfo);
6539 return getFunctionNoProtoType(ResType, EI);