Home | History | Annotate | Download | only in AST

Lines Matching refs:getFunctionNoProtoType

2059     Result = getFunctionNoProtoType(FNPT->getResultType(), Info);
2735 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2738 ASTContext::getFunctionNoProtoType(QualType ResultTy,
2757 getFunctionNoProtoType(getCanonicalType(ResultTy),
7062 return getFunctionNoProtoType(retType, einfo);
7794 return getFunctionNoProtoType(ResType, EI);