clang  3.9.0
Static Public Member Functions | Public Attributes | List of all members
clang::IdentifierLoc Struct Reference

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

#include <AttributeList.h>

Collaboration diagram for clang::IdentifierLoc:
[legend]

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 72 of file AttributeList.h.

Member Function Documentation

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

Definition at line 26 of file AttributeList.cpp.

References Ident, Loc, and clang::Result.

Member Data Documentation

IdentifierInfo* clang::IdentifierLoc::Ident
SourceLocation clang::IdentifierLoc::Loc

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