This is the complete list of members for clang::OpenACCDeviceTypeClause, including all inherited members.
| child_iterator typedef | clang::OpenACCClause | |
| child_range typedef | clang::OpenACCClause | |
| children() | clang::OpenACCClauseWithParams | inline |
| children() const | clang::OpenACCClauseWithParams | inline |
| classof(const OpenACCClause *C) | clang::OpenACCDeviceTypeClause | inlinestatic |
| const_child_iterator typedef | clang::OpenACCClause | |
| const_child_range typedef | clang::OpenACCClause | |
| Create(const ASTContext &C, OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, ArrayRef< DeviceTypeArgument > Archs, SourceLocation EndLoc) | clang::OpenACCDeviceTypeClause | static |
| getArchitectures() const | clang::OpenACCDeviceTypeClause | inline |
| getBeginLoc() const | clang::OpenACCClause | inline |
| getClauseKind() const | clang::OpenACCClause | inline |
| getEndLoc() const | clang::OpenACCClause | inline |
| getLParenLoc() const | clang::OpenACCClauseWithParams | inline |
| getSourceRange() const | clang::OpenACCClause | inline |
| hasAsterisk() const | clang::OpenACCDeviceTypeClause | inline |
| OpenACCClause(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) | clang::OpenACCClause | inlineprotected |
| OpenACCClauseWithParams(OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | clang::OpenACCClauseWithParams | inlineprotected |
| ~OpenACCClause()=default | clang::OpenACCClause | virtual |