|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 5670 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
References
tools/clang/lib/Sema/SemaCoroutine.cpp 942 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete))
tools/clang/lib/Sema/SemaDeclCXX.cpp 7724 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name,
tools/clang/lib/Sema/SemaExprCXX.cpp 2876 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete))
3347 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,