Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Method

1660 /// If the type for the method's class was generated by
1663 /// needs to find the canonical declaration for each method, we need
1664 /// to construct the complete type prior to emitting the method.
1689 if (const auto *Method = dyn_cast<CXXMethodDecl>(D)) {
1690 CompleteDIClassType(Method);
1693 if (const auto *CD = dyn_cast<CXXConstructorDecl>(Method))
1695 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(Method))
1700 if (Method->isVirtual())
3359 // been overridden. Note that ::isPropertyAccessor is not the method
3361 // property. What we want to know is if the method is defined in
3461 // Generate class's method definitions first.
3886 // FIXME: should we even be calling this method if RTTI is disabled