clang  3.7.0
Public Attributes | List of all members
FindOverriddenMethodData Struct Reference

Data used with FindOverriddenMethod. More...

Collaboration diagram for FindOverriddenMethodData:
[legend]

Public Attributes

SemaS
 
CXXMethodDeclMethod
 

Detailed Description

Data used with FindOverriddenMethod.

Definition at line 6520 of file SemaDecl.cpp.

Member Data Documentation

CXXMethodDecl* FindOverriddenMethodData::Method

Definition at line 6522 of file SemaDecl.cpp.

Referenced by clang::Sema::AddOverriddenMethods(), and FindOverriddenMethod().

Sema* FindOverriddenMethodData::S

Definition at line 6521 of file SemaDecl.cpp.

Referenced by clang::Sema::AddOverriddenMethods(), and FindOverriddenMethod().


The documentation for this struct was generated from the following file: