Home
last modified time | relevance | path

Searched defs:PragmaAttributeInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1604 struct PragmaAttributeInfo { struct
1605 enum ActionType { Push, Pop, Attribute };
1606 ParsedAttributes &Attributes;
1607 ActionType Action;
1608 const IdentifierInfo *Namespace = nullptr;
1609 ArrayRef<Token> Tokens;
1611 PragmaAttributeInfo(ParsedAttributes &Attributes) : Attributes(Attributes) {} in PragmaAttributeInfo() argument