Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1493 llvm::SmallVector<const CXXMethodDecl*, 4> NewImplicitVirtualFunctions; in AddMethods() local
1559 NewImplicitVirtualFunctions.push_back(MD); in AddMethods()
1565 NewImplicitVirtualFunctions.begin(), NewImplicitVirtualFunctions.end(), in AddMethods()
1582 NewVirtualFunctions.append(NewImplicitVirtualFunctions.begin(), in AddMethods()
1583 NewImplicitVirtualFunctions.end()); in AddMethods()