Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp210 struct TypeExprPair { in simplifyType() struct
214 TypeExprPair Current{Type, E}; in simplifyType()
216 this](TypeExprPair T) -> TypeExprPair { in simplifyType()
272 TypeExprPair New = SimplifyOneStep(Current); in simplifyType()