Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h448 MethodVFTableLocationsTy; typedef
449 MethodVFTableLocationsTy MethodVFTableLocations;
473 const MethodVFTableLocationsTy &NewMethods,
/trueos/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp2445 MethodVFTableLocationsTy; typedef in __anona2a482f90311::VFTableBuilder
2468 MethodVFTableLocationsTy MethodVFTableLocations;
2608 MethodVFTableLocationsTy::const_iterator vtable_indices_begin() const { in vtable_indices_begin()
2612 MethodVFTableLocationsTy::const_iterator vtable_indices_end() const { in vtable_indices_end()
3275 MethodVFTableLocationsTy NewMethodLocations; in computeVTableRelatedInformation()
3299 const CXXRecordDecl *RD, const MethodVFTableLocationsTy &NewMethods, in dumpMethodLocations()
3306 for (MethodVFTableLocationsTy::const_iterator I = NewMethods.begin(), in dumpMethodLocations()
3417 MethodVFTableLocationsTy::iterator I = MethodVFTableLocations.find(GD); in getMethodVFTableLocation()