Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp170 auto IsAcceptableResult = [&](NamedDecl *D) -> bool { in getDestructorName() local
184 if (IsAcceptableResult(D)) in getDestructorName()
214 if (!IsAcceptableResult(D)) in getDestructorName()
224 if (IsAcceptableResult(Type)) { in getDestructorName()