Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp184 auto IsAcceptableResult = [&](NamedDecl *D) -> bool { in getDestructorName() local
198 if (IsAcceptableResult(D)) in getDestructorName()
228 if (!IsAcceptableResult(D)) in getDestructorName()
238 if (IsAcceptableResult(Type)) { in getDestructorName()