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

/external/clang/include/clang/Parse/
H A DParser.h1210 struct ParsedAttributesWithRange : ParsedAttributes { struct in class:clang::Parser
1211 ParsedAttributesWithRange(AttributeFactory &factory) function in struct:clang::Parser::ParsedAttributesWithRange
1217 DeclGroupPtrTy ParseExternalDeclaration(ParsedAttributesWithRange &attrs,
1222 ParsedAttributesWithRange &attrs,
1225 DeclGroupPtrTy ParseDeclOrFunctionDefInternal(ParsedAttributesWithRange &attrs,
1584 ParsedAttributesWithRange &Attrs);
1586 StmtResult ParseLabeledStatement(ParsedAttributesWithRange &attrs);
1612 ParsedAttributesWithRange &Attrs);
1728 ParsedAttributesWithRange &attrs);
1732 ParsedAttributesWithRange
[all...]

Completed in 30 milliseconds