Home | History | Annotate | Download | only in AST

Lines Matching defs:getFunctionNoProtoType

2086     Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
2783 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2786 ASTContext::getFunctionNoProtoType(QualType ResultTy,
2802 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info);
7000 return getFunctionNoProtoType(retType, einfo);
7748 return getFunctionNoProtoType(ResType, EI);