Home
last modified time | relevance | path

Searched refs:ParseMicrosoftDeclSpec (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp533 void Parser::ParseMicrosoftDeclSpec(ParsedAttributes &Attrs) { in ParseMicrosoftDeclSpec() function in Parser
2829 ParseMicrosoftDeclSpec(DS.getAttributes()); in ParseDeclarationSpecifiers()
3459 ParseMicrosoftDeclSpec(attrs); in ParseEnumSpecifier()
3479 ParseMicrosoftDeclSpec(attrs); in ParseEnumSpecifier()
DParseDeclCXX.cpp1210 ParseMicrosoftDeclSpec(attrs); in ParseClassSpecifier()
/external/clang/include/clang/Parse/
DParser.h2105 void ParseMicrosoftDeclSpec(ParsedAttributes &Attrs);
/external/clang/docs/
DInternalsManual.rst1679 this flag and are handled by ``Parser::ParseMicrosoftDeclSpec``.