struct OMPVarListLocTy

Declaration

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

Description

This structure contains most locations needed for by an OMPVarListClause.

Declared at: clang/include/clang/AST/OpenMPClause.h:176

Member Variables

public clang::SourceLocation StartLoc
Starting location of the clause (the clause keyword).
public clang::SourceLocation LParenLoc
Location of '('.
public clang::SourceLocation EndLoc
Ending location of the clause.

Method Overview

Methods

OMPVarListLocTy()

Declared at: clang/include/clang/AST/OpenMPClause.h:183

OMPVarListLocTy(clang::SourceLocation StartLoc,
                clang::SourceLocation LParenLoc,
                clang::SourceLocation EndLoc)

Declared at: clang/include/clang/AST/OpenMPClause.h:184

Parameters

clang::SourceLocation StartLoc
clang::SourceLocation LParenLoc
clang::SourceLocation EndLoc