Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1523 llvm::SmallVector<const CXXMethodDecl*, 4> NewImplicitVirtualFunctions; in AddMethods() local
1592 NewImplicitVirtualFunctions.push_back(MD); in AddMethods()
1598 NewImplicitVirtualFunctions.begin(), NewImplicitVirtualFunctions.end(), in AddMethods()
1615 NewVirtualFunctions.append(NewImplicitVirtualFunctions.begin(), in AddMethods()
1616 NewImplicitVirtualFunctions.end()); in AddMethods()