clang API Documentation

Public Types | Public Member Functions
clang::ObjCProtocolList Class Reference

A list of Objective-C protocols, along with the source locations at which they were referenced. More...

#include <DeclObjC.h>

Inheritance diagram for clang::ObjCProtocolList:
Inheritance graph
[legend]
Collaboration diagram for clang::ObjCProtocolList:
Collaboration graph
[legend]

List of all members.

Public Types

typedef const SourceLocationloc_iterator

Public Member Functions

 ObjCProtocolList ()
loc_iterator loc_begin () const
loc_iterator loc_end () const
void set (ObjCProtocolDecl *const *InList, unsigned Elts, const SourceLocation *Locs, ASTContext &Ctx)

Detailed Description

A list of Objective-C protocols, along with the source locations at which they were referenced.

Definition at line 76 of file DeclObjC.h.


Member Typedef Documentation

Definition at line 84 of file DeclObjC.h.


Constructor & Destructor Documentation

Definition at line 82 of file DeclObjC.h.


Member Function Documentation

Definition at line 85 of file DeclObjC.h.

Referenced by clang::ObjCCategoryDecl::protocol_loc_begin().

Definition at line 86 of file DeclObjC.h.

References clang::ObjCListBase::size().

Referenced by clang::ObjCCategoryDecl::protocol_loc_end().

void ObjCProtocolList::set ( ObjCProtocolDecl *const *  InList,
unsigned  Elts,
const SourceLocation Locs,
ASTContext Ctx 
)

Definition at line 37 of file DeclObjC.cpp.

Referenced by clang::ObjCCategoryDecl::setProtocolList().


The documentation for this class was generated from the following files: