Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15012 ExprResult TypeParamResult = getDerived().TransformRequiresTypeParams( in TransformRequiresExpr() local
15024 if (!TypeParamResult.isUnset()) in TransformRequiresExpr()
15025 return TypeParamResult; in TransformRequiresExpr()