Searched refs:getDtorType (Results 1 - 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
H A DGlobalDecl.h69 CXXDtorType getDtorType() const { function in class:clang::GlobalDecl
H A DVTableBuilder.h547 GD.getDtorType() == Dtor_Complete)
/external/clang/lib/CodeGen/
H A DCGVTables.cpp43 getCXXABI().getMangleContext().mangleCXXDtorThunk(DD, GD.getDtorType(),
510 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
H A DCodeGenModule.cpp668 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out);
696 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
761 GD.getDtorType())) {
784 if (getCXXABI().useThunkForDtorVariant(Dtor, GD.getDtorType())) {
1791 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType()));
1930 GD.getDtorType()))
2188 getFromDtorType(GD.getDtorType()),
H A DMicrosoftCXXABI.cpp64 switch (GD.getDtorType()) {
299 assert(GD.getDtorType() == Dtor_Deleting &&
1071 GD.getDtorType() == Dtor_Deleting;
1268 if (GD.getDtorType() == Dtor_Complete)
1318 if (GD.getDtorType() == Dtor_Complete)
1333 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
H A DCodeGenPGO.cpp629 GD.getDtorType() != Dtor_Base))) {
H A DItaniumCXXABI.cpp76 switch (GD.getDtorType()) {
410 GD.getDtorType() != Dtor_Deleting));
444 GD.getDtorType() != Dtor_Deleting);
2372 if (isa<CXXDestructorDecl>(MD) && GD.getDtorType() == Dtor_Base)
H A DCGCall.cpp464 return arrangeCXXStructorDeclaration(DD, getFromDtorType(GD.getDtorType()));
1603 &arrangeCXXStructorDeclaration(MD, getFromDtorType(GD.getDtorType()));
H A DCGClass.cpp1504 CXXDtorType DtorType = CurGD.getDtorType();
/external/clang/lib/AST/
H A DVTableBuilder.cpp3746 assert(GD.getDtorType() == Dtor_Deleting);

Completed in 503 milliseconds