Home
last modified time | relevance | path

Searched refs:ImplicitVirtualDtor (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DVTableBuilder.cpp2216 const CXXDestructorDecl *ImplicitVirtualDtor = 0; in ComputeMethodVTableIndices() local
2255 assert(!ImplicitVirtualDtor && in ComputeMethodVTableIndices()
2257 ImplicitVirtualDtor = DD; in ComputeMethodVTableIndices()
2272 if (ImplicitVirtualDtor) { in ComputeMethodVTableIndices()
2278 MethodVTableIndices[GlobalDecl(ImplicitVirtualDtor, Dtor_Complete)] = in ComputeMethodVTableIndices()
2282 MethodVTableIndices[GlobalDecl(ImplicitVirtualDtor, Dtor_Deleting)] = in ComputeMethodVTableIndices()