Searched refs:getFunctionNoProtoType (Results 1 - 13 of 13) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1186 QualType getFunctionNoProtoType(QualType ResultTy,
1189 QualType getFunctionNoProtoType(QualType ResultTy) const { function in class:clang::ASTContext::DynTypedNodeList
1190 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
/external/clang/lib/AST/
H A DASTDiagnostic.cpp99 : Context.getFunctionNoProtoType(RT, FT->getExtInfo());
H A DType.cpp822 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo());
1138 return ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo());
H A DASTContext.cpp2232 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
2994 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2997 ASTContext::getFunctionNoProtoType(QualType ResultTy, function in class:ASTContext
3012 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info);
7603 return getFunctionNoProtoType(retType, einfo);
8390 return getFunctionNoProtoType(ResType, EI);
H A DASTImporter.cpp1718 return Importer.getToContext().getFunctionNoProtoType(ToResultType,
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp886 T = getContext().getFunctionNoProtoType(T);
/external/clang/lib/Sema/
H A DSemaType.cpp4161 T = Context.getFunctionNoProtoType(T, EI);
4187 T = Context.getFunctionNoProtoType(T, EI);
H A DSemaExpr.cpp3002 type = Context.getFunctionNoProtoType(fty->getReturnType(),
14685 DestType = S.Context.getFunctionNoProtoType(DestType,
H A DTreeTransform.h11621 return SemaRef.Context.getFunctionNoProtoType(T);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2028 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType());
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4346 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
H A DRewriteModernObjC.cpp5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
/external/clang/lib/Serialization/
H A DASTReader.cpp5365 return Context.getFunctionNoProtoType(ResultType, Info);

Completed in 291 milliseconds