Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DVTableBuilder.h473 const MethodVFTableLocationsTy &NewMethods,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DVTableBuilder.cpp3299 const CXXRecordDecl *RD, const MethodVFTableLocationsTy &NewMethods, in dumpMethodLocations() argument
3306 for (MethodVFTableLocationsTy::const_iterator I = NewMethods.begin(), in dumpMethodLocations()
3307 E = NewMethods.end(); I != E; ++I) { in dumpMethodLocations()