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

/external/clang/include/clang/Parse/
H A DParser.h1243 struct ParsedAttributesWithRange : ParsedAttributes { struct in class:clang::Parser
1244 ParsedAttributesWithRange(AttributeFactory &factory) function in struct:clang::Parser::ParsedAttributesWithRange
1250 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1255 ParsedAttributesWithRange &attrs,
1258 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1683 ParsedAttributesWithRange &Attrs);
1685 StmtResult ParseLabeledStatement(ParsedAttributesWithRange &attrs);
1712 ParsedAttributesWithRange &Attrs);
1830 ParsedAttributesWithRange &attrs);
1833 ParsedAttributesWithRange
[all...]

Completed in 118 milliseconds