Home
last modified time | relevance | path

Searched refs:getFunctionNoProtoType (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1030 QualType getFunctionNoProtoType(QualType ResultTy,
1033 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1034 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp826 T = getContext().getFunctionNoProtoType(getContext().VoidTy); in getVarRegion()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2083 Result = getFunctionNoProtoType(FNPT->getResultType(), Info); in adjustFunctionType()
2762 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext
2778 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info); in getFunctionNoProtoType()
7091 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()
7828 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
HDASTImporter.cpp1593 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp1475 QualType generic_function_type = ast_context->getFunctionNoProtoType(ast_context->UnknownAnyTy); in MaybePromoteToBlockPointerType()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2887 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
2912 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
HDSemaExpr.cpp2777 type = Context.getFunctionNoProtoType(fty->getResultType(), in BuildDeclarationNameExpr()
12847 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
HDTreeTransform.h9574 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExpr.cpp1721 CGF.getContext().getFunctionNoProtoType(Proto->getResultType()); in EmitFunctionDeclLValue()
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDRewriteObjC.cpp4448 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
HDRewriteModernObjC.cpp5410 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4651 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()