clang 20.0.0git
clang::OpenACCCollapseClause Member List

This is the complete list of members for clang::OpenACCCollapseClause, including all inherited members.

child_iterator typedefclang::OpenACCClause
child_range typedefclang::OpenACCClause
children()clang::OpenACCClauseWithExprsinline
children() constclang::OpenACCClauseWithExprsinline
classof(const OpenACCClause *C)clang::OpenACCCollapseClauseinlinestatic
const_child_iterator typedefclang::OpenACCClause
const_child_range typedefclang::OpenACCClause
Create(const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, bool HasForce, Expr *LoopCount, SourceLocation EndLoc)clang::OpenACCCollapseClausestatic
getBeginLoc() constclang::OpenACCClauseinline
getClauseKind() constclang::OpenACCClauseinline
getEndLoc() constclang::OpenACCClauseinline
getExprs() constclang::OpenACCClauseWithExprsinlineprotected
getIntExpr() constclang::OpenACCClauseWithSingleIntExprinline
getIntExpr()clang::OpenACCClauseWithSingleIntExprinline
getLoopCount() constclang::OpenACCCollapseClauseinline
getLoopCount()clang::OpenACCCollapseClauseinline
getLParenLoc() constclang::OpenACCClauseWithParamsinline
hasForce() constclang::OpenACCCollapseClauseinline
hasIntExpr() constclang::OpenACCClauseWithSingleIntExprinline
OpenACCClause(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc)clang::OpenACCClauseinlineprotected
OpenACCClauseWithExprs(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc)clang::OpenACCClauseWithExprsinlineprotected
OpenACCClauseWithParams(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc)clang::OpenACCClauseWithParamsinlineprotected
OpenACCClauseWithSingleIntExpr(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, Expr *IntExpr, SourceLocation EndLoc)clang::OpenACCClauseWithSingleIntExprinlineprotected
setExprs(MutableArrayRef< Expr * > NewExprs)clang::OpenACCClauseWithExprsinlineprotected
~OpenACCClause()=defaultclang::OpenACCClausevirtual