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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1178 QualType getFunctionNoProtoType(QualType ResultTy,
1181 QualType getFunctionNoProtoType(QualType ResultTy) const { function in class:clang::ASTContext::DynTypedNodeList
1182 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp834 T = getContext().getFunctionNoProtoType(T);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp98 : 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.cpp2239 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
3013 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info);
7539 return getFunctionNoProtoType(retType, einfo);
8312 return getFunctionNoProtoType(ResType, EI);
H A DASTImporter.cpp1643 return Importer.getToContext().getFunctionNoProtoType(ToResultType,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3926 T = Context.getFunctionNoProtoType(T, EI);
3952 T = Context.getFunctionNoProtoType(T, EI);
H A DSemaExpr.cpp2939 type = Context.getFunctionNoProtoType(fty->getReturnType(),
14279 DestType = S.Context.getFunctionNoProtoType(DestType,
H A DTreeTransform.h11309 return SemaRef.Context.getFunctionNoProtoType(T);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp1989 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4365 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
H A DRewriteModernObjC.cpp5279 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5350 return Context.getFunctionNoProtoType(ResultType, Info);

Completed in 483 milliseconds