Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1071 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete)) in findDeleteForPromise()
DSemaExprCXX.cpp3033 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()
DSemaDeclCXX.cpp9151 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
/external/clang/lib/Sema/
DSemaExprCXX.cpp2501 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() function in Sema
2966 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName, in ActOnCXXDelete()
DSemaDeclCXX.cpp5989 if (FindDeallocationFunction(MD->getLocation(), MD->getParent(), Name, in ShouldDeleteSpecialMember()
6932 if (FindDeallocationFunction(Loc, RD, Name, OperatorDelete)) in CheckDestructor()
/external/clang/include/clang/Sema/
DSema.h4801 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,
/external/llvm-project/clang/include/clang/Sema/
DSema.h6115 bool FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD,