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

/external/clang/include/clang/AST/
H A DASTContext.h1002 QualType getFunctionNoProtoType(QualType ResultTy,
1005 QualType getFunctionNoProtoType(QualType ResultTy) const { function in class:clang::ASTContext
1006 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp817 T = getContext().getFunctionNoProtoType(getContext().VoidTy);
/external/clang/lib/AST/
H A DASTContext.cpp2059 Result = getFunctionNoProtoType(FNPT->getResultType(), Info);
2735 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
2738 ASTContext::getFunctionNoProtoType(QualType ResultTy, function in class:ASTContext
2757 getFunctionNoProtoType(getCanonicalType(ResultTy),
7062 return getFunctionNoProtoType(retType, einfo);
7794 return getFunctionNoProtoType(ResType, EI);
H A DASTImporter.cpp1593 return Importer.getToContext().getFunctionNoProtoType(ToResultType,
/external/clang/lib/Sema/
H A DSemaType.cpp2798 T = Context.getFunctionNoProtoType(T);
2823 T = Context.getFunctionNoProtoType(T);
H A DSemaExpr.cpp2717 type = Context.getFunctionNoProtoType(fty->getResultType(),
12467 DestType = S.Context.getFunctionNoProtoType(DestType,
H A DTreeTransform.h9376 return SemaRef.Context.getFunctionNoProtoType(T);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1707 CGF.getContext().getFunctionNoProtoType(Proto->getResultType());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4448 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
H A DRewriteModernObjC.cpp5403 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
/external/clang/lib/Serialization/
H A DASTReader.cpp4648 return Context.getFunctionNoProtoType(ResultType, Info);

Completed in 391 milliseconds