Searched defs:getFunctionNoProtoType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1049 QualType getFunctionNoProtoType(QualType ResultTy,
1052 QualType getFunctionNoProtoType(QualType ResultTy) const { function in class:clang::ASTContext
1053 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
/external/clang/lib/AST/
H A DASTContext.cpp2086 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
2783 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2786 ASTContext::getFunctionNoProtoType(QualType ResultTy, function in class:ASTContext
2802 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info);
7000 return getFunctionNoProtoType(retType, einfo);
7748 return getFunctionNoProtoType(ResType, EI);

Completed in 314 milliseconds