Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp1488 llvm::SmallVector<const CXXMethodDecl*, 4> NewImplicitVirtualFunctions; in AddMethods() local
1554 NewImplicitVirtualFunctions.push_back(MD); in AddMethods()
1560 NewImplicitVirtualFunctions.begin(), NewImplicitVirtualFunctions.end(), in AddMethods()
1575 NewVirtualFunctions.append(NewImplicitVirtualFunctions.begin(), in AddMethods()
1576 NewImplicitVirtualFunctions.end()); in AddMethods()