Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp10606 class BuildRecoveryCallExprRAII { class
10609 BuildRecoveryCallExprRAII(Sema &S) : SemaRef(S) { in BuildRecoveryCallExprRAII() function in __anon2a79990a0a11::BuildRecoveryCallExprRAII
10614 ~BuildRecoveryCallExprRAII() { in ~BuildRecoveryCallExprRAII()
10648 BuildRecoveryCallExprRAII RCE(SemaRef); in BuildRecoveryCallExpr()