Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp187 auto IsAcceptableResult = [&](NamedDecl *D) -> bool { in getDestructorName() local
201 if (IsAcceptableResult(D)) in getDestructorName()
231 if (!IsAcceptableResult(D)) in getDestructorName()
241 if (IsAcceptableResult(Type)) { in getDestructorName()