clang 20.0.0git
clang::OpenACCGangClause Member List

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

child_iterator typedefclang::OpenACCClause
child_range typedefclang::OpenACCClause
children()clang::OpenACCClauseWithExprsinline
children() constclang::OpenACCClauseWithExprsinline
classof(const OpenACCClause *C)clang::OpenACCGangClauseinlinestatic
const_child_iterator typedefclang::OpenACCClause
const_child_range typedefclang::OpenACCClause
Create(const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation LParenLoc, ArrayRef< OpenACCGangKind > GangKinds, ArrayRef< Expr * > IntExprs, SourceLocation EndLoc)clang::OpenACCGangClausestatic
getBeginLoc() constclang::OpenACCClauseinline
getClauseKind() constclang::OpenACCClauseinline
getEndLoc() constclang::OpenACCClauseinline
getExpr(unsigned I) constclang::OpenACCGangClauseinline
getExprs() constclang::OpenACCClauseWithExprsinlineprotected
getGangKind(unsigned I) constclang::OpenACCGangClauseinlineprotected
getLParenLoc() constclang::OpenACCClauseWithParamsinline
getNumExprs() constclang::OpenACCGangClauseinline
hasExprOfKind(OpenACCGangKind GK) constclang::OpenACCGangClauseinline
numTrailingObjects(OverloadToken< Expr * >) constclang::OpenACCGangClauseinline
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
OpenACCGangClause(SourceLocation BeginLoc, SourceLocation LParenLoc, ArrayRef< OpenACCGangKind > GangKinds, ArrayRef< Expr * > IntExprs, SourceLocation EndLoc)clang::OpenACCGangClauseprotected
setExprs(MutableArrayRef< Expr * > NewExprs)clang::OpenACCClauseWithExprsinlineprotected
~OpenACCClause()=defaultclang::OpenACCClausevirtual