Home | History | Annotate | Download | only in AST

Lines Matching defs:getFunctionNoProtoType

2223     Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
2977 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2980 ASTContext::getFunctionNoProtoType(QualType ResultTy,
2996 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info);
7497 return getFunctionNoProtoType(retType, einfo);
8248 return getFunctionNoProtoType(ResType, EI);