Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h577 void computeVTablePaths(bool ForVBTables, const CXXRecordDecl *RD,
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3294 void MicrosoftVTableContext::computeVTablePaths(bool ForVBTables, in computeVTablePaths() function in MicrosoftVTableContext
3610 computeVTablePaths(/*ForVBTables=*/false, RD, *VFPtrs); in computeVTableRelatedInformation()
3719 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()