Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1010 QualType RebuildFunctionNoProtoType(QualType ResultType);
6456 Result = getDerived().RebuildFunctionNoProtoType(ResultType); in TransformFunctionNoProtoType()
16166 QualType TreeTransform<Derived>::RebuildFunctionNoProtoType(QualType T) { in RebuildFunctionNoProtoType() function