OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BaseClassDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
227
auto *
BaseClassDecl
=
235
if (
BaseClassDecl
->data().HasBasesWithFields ||
236
!
BaseClassDecl
->field_empty()) {
247
if (
BaseClassDecl
->data().HasBasesWithNonStaticDataMembers ||
248
BaseClassDecl
->hasDirectFields()) {
254
if (!
BaseClassDecl
->isEmpty()) {
275
if (
BaseClassDecl
->isPolymorphic()) {
285
if (!
BaseClassDecl
->isStandardLayout())
287
if (!
BaseClassDecl
->isCXX11StandardLayout())
295
for (const auto &VBase :
BaseClassDecl
->vbases())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGClass.cpp
566
const auto *
BaseClassDecl
=
581
BaseClassDecl
,
589
CGF.getOverlapForBaseInit(ClassDecl,
BaseClassDecl
, isBaseVirtual));
594
!
BaseClassDecl
->hasTrivialDestructor())
595
CGF.EHStack.pushCleanup<CallBaseDtor>(EHCleanup,
BaseClassDecl
,
1272
const auto *
BaseClassDecl
=
1274
return
BaseClassDecl
->isDynamicClass();
1362
const CXXRecordDecl *
BaseClassDecl
,
1366
if (
BaseClassDecl
->hasTrivialDestructor())
1369
if (!
BaseClassDecl
->getDestructor()->hasTrivialBody()
[
all
...]
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026