OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DtorDecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
157
auto *
DtorDecl
= dyn_cast<CXXDestructorDecl>(getFunctionDecl());
162
return GlobalDecl(
DtorDecl
, CXXDtorType::Dtor_Complete);
164
return GlobalDecl(
DtorDecl
, CXXDtorType::Dtor_Deleting);
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRFindingAction.cpp
48
else if (const auto *
DtorDecl
= dyn_cast<CXXDestructorDecl>(FoundDecl))
49
FoundDecl =
DtorDecl
->getParent();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
711
const CXXDestructorDecl *
DtorDecl
= RecordDecl->getDestructor();
714
if (!
DtorDecl
) {
745
CEMgr.getCXXDestructorCall(
DtorDecl
, S, Dest, IsBaseDtor, State, LCtx);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp
97
const CXXMethodDecl *
DtorDecl
= cast<CXXMethodDecl>(Dtor.getDecl());
100
assert(ThisTy->getAsCXXRecordDecl() ==
DtorDecl
->getParent() &&
104
LangAS DstAS =
DtorDecl
->getMethodQualifiers().getAddressSpace();
106
QualType DstTy =
DtorDecl
->getThisType();
113
commonEmitCXXMemberOrOperatorCall(*this,
DtorDecl
, This, ImplicitParam,
Completed in 53 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026