|
clang 22.0.0git
|
This is the complete list of members for clang::OpenACCPrivateClause, including all inherited members.
| child_iterator typedef | clang::OpenACCClause | |
| child_range typedef | clang::OpenACCClause | |
| children() | clang::OpenACCClauseWithExprs | inline |
| children() const | clang::OpenACCClauseWithExprs | inline |
| classof(const OpenACCClause *C) | clang::OpenACCPrivateClause | inlinestatic |
| const_child_iterator typedef | clang::OpenACCClause | |
| const_child_range typedef | clang::OpenACCClause | |
| Create(const ASTContext &C, SourceLocation BeginLoc, SourceLocation LParenLoc, ArrayRef< Expr * > VarList, ArrayRef< OpenACCPrivateRecipe > InitRecipes, SourceLocation EndLoc) | clang::OpenACCPrivateClause | static |
| getBeginLoc() const | clang::OpenACCClause | inline |
| getClauseKind() const | clang::OpenACCClause | inline |
| getEndLoc() const | clang::OpenACCClause | inline |
| getExprs() const | clang::OpenACCClauseWithExprs | inlineprotected |
| getInitRecipes() | clang::OpenACCPrivateClause | inline |
| getInitRecipes() const | clang::OpenACCPrivateClause | inline |
| getLParenLoc() const | clang::OpenACCClauseWithParams | inline |
| getSourceRange() const | clang::OpenACCClause | inline |
| getVarList() | clang::OpenACCClauseWithVarList | inline |
| getVarList() const | clang::OpenACCClauseWithVarList | inline |
| numTrailingObjects(OverloadToken< Expr * >) const | clang::OpenACCPrivateClause | inline |
| OpenACCClause(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) | clang::OpenACCClause | inlineprotected |
| OpenACCClauseWithExprs(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::OpenACCClauseWithExprs | inlineprotected |
| OpenACCClauseWithParams(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::OpenACCClauseWithParams | inlineprotected |
| OpenACCClauseWithVarList(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::OpenACCClauseWithVarList | inlineprotected |
| setExprs(MutableArrayRef< Expr * > NewExprs) | clang::OpenACCClauseWithExprs | inlineprotected |
| setExprs(MutableArrayRef< Expr * > NewStorage, ArrayRef< Expr * > Exprs) | clang::OpenACCClauseWithExprs | inlineprotected |
| ~OpenACCClause()=default | clang::OpenACCClause | virtual |