clang API Documentation

Static Public Member Functions | Public Attributes
clang::IdentifierLoc Struct Reference

Wraps an identifier and optional source location for the identifier. More...

#include <AttributeList.h>

Collaboration diagram for clang::IdentifierLoc:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static IdentifierLoccreate (ASTContext &Ctx, SourceLocation Loc, IdentifierInfo *Ident)

Public Attributes

SourceLocation Loc
IdentifierInfoIdent

Detailed Description

Wraps an identifier and optional source location for the identifier.

Definition at line 50 of file AttributeList.h.


Member Function Documentation

IdentifierLoc * IdentifierLoc::create ( ASTContext Ctx,
SourceLocation  Loc,
IdentifierInfo Ident 
) [static]

Definition at line 25 of file AttributeList.cpp.

References Ident, and Loc.


Member Data Documentation


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