Searched refs:computeVTablePaths (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | VTableBuilder.h | 528 void computeVTablePaths(bool ForVBTables, const CXXRecordDecl *RD,
|
/external/llvm-project/clang/include/clang/AST/ |
D | VTableBuilder.h | 576 void computeVTablePaths(bool ForVBTables, const CXXRecordDecl *RD,
|
/external/llvm-project/clang/lib/AST/ |
D | VTableBuilder.cpp | 3296 void MicrosoftVTableContext::computeVTablePaths(bool ForVBTables, in computeVTablePaths() function in MicrosoftVTableContext 3614 computeVTablePaths(/*ForVBTables=*/false, RD, *VFPtrs); in computeVTableRelatedInformation() 3723 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3273 void MicrosoftVTableContext::computeVTablePaths(bool ForVBTables, in computeVTablePaths() function in MicrosoftVTableContext 3582 computeVTablePaths(/*ForVBTables=*/false, RD, *VFPtrs); in computeVTableRelatedInformation() 3686 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()
|