Home | History | Annotate | Download | only in AST

Lines Matching refs:Methods

174     const OverridingMethods& Methods = I->second;
176 for (OverridingMethods::const_iterator I = Methods.begin(),
177 E = Methods.end(); I != E; ++I) {
444 /// Offsets - Keeps track of methods and their offsets.
479 // relationship between the two methods.
500 // The methods must have the same name.
600 /// Methods for iterating over the components.
861 /// MethodInfoMap - The information for all methods in the vtable we're
874 methods in the
937 /// AddMethods - Add the methods of this base subobject and all its
1074 /// the overridden methods that the function decl overrides.
1091 // Now go through the method info map and see if any of the methods need
1311 /// overrides any methods in the set of given bases.
1413 // Now check the overriden methods.
2211 // Collect all the primary bases, so we can check whether methods override
2222 // We only want virtual methods.