reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 1442   bool Result = Method->isUsualDeallocationFunction(PreventedBy);
 1444   if (Result || !getLangOpts().CUDA || PreventedBy.empty())
 1449   return llvm::none_of(PreventedBy, [&](const FunctionDecl *FD) {