struct IdentifierLoc

Declaration

struct IdentifierLoc { /* full declaration omitted */ };

Description

Wraps an identifier and optional source location for the identifier.

Declared at: clang/include/clang/Sema/ParsedAttr.h:211

Member Variables

public clang::SourceLocation Loc
public clang::IdentifierInfo* Ident

Method Overview

  • public static clang::IdentifierLoc * create(clang::ASTContext & Ctx, clang::SourceLocation Loc, clang::IdentifierInfo * Ident)

Methods

ΒΆstatic clang::IdentifierLoc* create(
    clang::ASTContext& Ctx,
    clang::SourceLocation Loc,
    clang::IdentifierInfo* Ident)

Declared at: clang/include/clang/Sema/ParsedAttr.h:215

Parameters

clang::ASTContext& Ctx
clang::SourceLocation Loc
clang::IdentifierInfo* Ident