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

/external/clang/include/clang/AST/
H A DASTContext.h914 QualType getFunctionNoProtoType(QualType ResultTy,
917 QualType getFunctionNoProtoType(QualType ResultTy) const { function in class:clang::ASTContext
918 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
/external/clang/lib/AST/
H A DASTContext.cpp1826 Result = getFunctionNoProtoType(FNPT->getResultType(), Info);
2448 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2451 ASTContext::getFunctionNoProtoType(QualType ResultTy, function in class:ASTContext
2470 getFunctionNoProtoType(getCanonicalType(ResultTy),
6445 return getFunctionNoProtoType(retType, einfo);
7154 return getFunctionNoProtoType(ResType, EI);

Completed in 60 milliseconds