Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h306 void ComputeVTableRelatedInformation(const CXXRecordDecl *RD);
313 ComputeVTableRelatedInformation(RD); in getVTableLayout()
326 ComputeVTableRelatedInformation(MD->getParent()); in getThunkInfo()
/external/clang/lib/AST/
DVTableBuilder.cpp2359 void VTableContext::ComputeVTableRelatedInformation(const CXXRecordDecl *RD) { in ComputeVTableRelatedInformation() function in VTableContext