Searched defs:ParsedAttributesWithRange (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Parse/
H A DParser.h1085 struct ParsedAttributesWithRange : ParsedAttributes { struct in class:clang::Parser
1086 ParsedAttributesWithRange(AttributeFactory &factory) function in struct:clang::Parser::ParsedAttributesWithRange
1092 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1097 ParsedAttributesWithRange &attrs,
1100 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1437 ParsedAttributesWithRange &Attrs);
1439 StmtResult ParseLabeledStatement(ParsedAttributesWithRange &attrs);
1556 ParsedAttributesWithRange &attrs);
1560 ParsedAttributesWithRange &attrs,
1793 void ProhibitAttributes(ParsedAttributesWithRange
[all...]

Completed in 26 milliseconds