Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h969 QualType RebuildFunctionProtoType(QualType T,
6080 Result = getDerived().RebuildFunctionProtoType(ResultType, ParamTypes, EPI); in TransformFunctionProtoType()
14563 getDerived().RebuildFunctionProtoType(exprResultType, paramTypes, epi); in TransformBlockExpr()
14851 QualType TreeTransform<Derived>::RebuildFunctionProtoType( in RebuildFunctionProtoType() function