Searched refs:getFunctionNoProtoType (Results 1 - 11 of 11) 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);
H A DASTImporter.cpp1481 return Importer.getToContext().getFunctionNoProtoType(ToResultType,
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1670 CGF.getContext().getFunctionNoProtoType(Proto->getResultType());
/external/clang/lib/Sema/
H A DSemaType.cpp2428 T = Context.getFunctionNoProtoType(T);
H A DSemaExpr.cpp2457 type = Context.getFunctionNoProtoType(fty->getResultType(),
11524 DestType = S.Context.getFunctionNoProtoType(DestType,
H A DSemaDecl.cpp5162 R = Context.getFunctionNoProtoType(T);
H A DTreeTransform.h9009 return SemaRef.Context.getFunctionNoProtoType(T);
/external/clang/lib/Serialization/
H A DASTReader.cpp3871 return Context.getFunctionNoProtoType(ResultType, Info);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp5145 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
H A DRewriteObjC.cpp4462 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);

Completed in 719 milliseconds