OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseIsVirtual
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/AST/
VTTBuilder.h
34
VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool
BaseIsVirtual
)
35
: BaseAndIsVirtual(Base,
BaseIsVirtual
), BaseOffset(BaseOffset) {}
36
VTTVTable(BaseSubobject Base, bool
BaseIsVirtual
)
37
: BaseAndIsVirtual(Base.getBase(),
BaseIsVirtual
),
131
void LayoutVTT(BaseSubobject Base, bool
BaseIsVirtual
);
/external/clang/lib/CodeGen/
CGVTables.h
92
bool
BaseIsVirtual
,
CGClass.cpp
200
bool
BaseIsVirtual
) {
207
if (
BaseIsVirtual
)
478
bool
BaseIsVirtual
;
479
CallBaseDtor(const CXXRecordDecl *Base, bool
BaseIsVirtual
)
480
: BaseClass(Base),
BaseIsVirtual
(
BaseIsVirtual
) {}
490
BaseIsVirtual
);
491
CGF.EmitCXXDestructorCall(D, Dtor_Base,
BaseIsVirtual
,
[
all
...]