clang  10.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ParsedTargetAttr Struct Reference

Contains information gathered from parsing the contents of TargetAttr. More...

#include "clang/AST/Attr.h"

Collaboration diagram for clang::ParsedTargetAttr:
[legend]

Public Member Functions

bool operator== (const ParsedTargetAttr &Other) const
 

Public Attributes

std::vector< std::string > Features
 
StringRef Architecture
 
StringRef BranchProtection
 
bool DuplicateArchitecture = false
 

Detailed Description

Contains information gathered from parsing the contents of TargetAttr.

Definition at line 333 of file Attr.h.

Member Function Documentation

◆ operator==()

bool clang::ParsedTargetAttr::operator== ( const ParsedTargetAttr Other) const
inline

Definition at line 338 of file Attr.h.

References Architecture, DuplicateArchitecture, and Features.

Member Data Documentation

◆ Architecture

StringRef clang::ParsedTargetAttr::Architecture

◆ BranchProtection

StringRef clang::ParsedTargetAttr::BranchProtection

Definition at line 336 of file Attr.h.

◆ DuplicateArchitecture

bool clang::ParsedTargetAttr::DuplicateArchitecture = false

Definition at line 337 of file Attr.h.

Referenced by operator==().

◆ Features

std::vector<std::string> clang::ParsedTargetAttr::Features

The documentation for this struct was generated from the following file: