Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13892 ExprResult TypeParamResult = getDerived().TransformRequiresTypeParams( in TransformRequiresExpr() local
13904 if (!TypeParamResult.isUnset()) in TransformRequiresExpr()
13905 return TypeParamResult; in TransformRequiresExpr()