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.cpp191 auto IsAcceptableResult = [&](NamedDecl *D) -> bool { in getDestructorName() local
205 if (IsAcceptableResult(D)) in getDestructorName()
235 if (!IsAcceptableResult(D)) in getDestructorName()
245 if (IsAcceptableResult(Type)) { in getDestructorName()