Searched refs:FindDeallocationFunction (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 1071 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete)) in findDeleteForPromise()
|
D | SemaExprCXX.cpp | 3033 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in FindDeallocationFunctionForDestructor() 3045 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema 3505 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
|
D | SemaDeclCXX.cpp | 9151 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2501 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema 2966 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
|
D | SemaDeclCXX.cpp | 5989 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember() 6932 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in CheckDestructor()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4801 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6115 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
|