OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointeeRD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
3541
CXXRecordDecl *
PointeeRD
= nullptr;
3558
PointeeRD
= cast<CXXRecordDecl>(RT->getDecl());
3572
if (
PointeeRD
) {
3574
FindDeallocationFunction(StartLoc,
PointeeRD
, DeleteName,
3596
if (!
PointeeRD
->hasIrrelevantDestructor())
3597
if (CXXDestructorDecl *Dtor = LookupDestructor(
PointeeRD
)) {
3604
CheckVirtualDtorCall(
PointeeRD
->getDestructor(), StartLoc,
3632
if (
PointeeRD
) {
3633
if (CXXDestructorDecl *Dtor = LookupDestructor(
PointeeRD
)) {
3813
const CXXRecordDecl *
PointeeRD
= dtor->getParent()
[
all
...]
SemaCoroutine.cpp
1070
auto *
PointeeRD
= PromiseType->getAsCXXRecordDecl();
1071
assert(
PointeeRD
&& "PromiseType must be a CxxRecordDecl type");
1073
if (S.FindDeallocationFunction(Loc,
PointeeRD
, DeleteName, OperatorDelete))
Completed in 18 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026