Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp1489 llvm::SmallVector<const CXXMethodDecl*, 4> NewImplicitVirtualFunctions; in AddMethods() local
1555 NewImplicitVirtualFunctions.push_back(MD); in AddMethods()
1561 NewImplicitVirtualFunctions.begin(), NewImplicitVirtualFunctions.end(), in AddMethods()
1576 NewVirtualFunctions.append(NewImplicitVirtualFunctions.begin(), in AddMethods()
1577 NewImplicitVirtualFunctions.end()); in AddMethods()