Home
last modified time | relevance | path

Searched refs:ParseMicrosoftTypeAttributes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1001 void Parser::ParseMicrosoftTypeAttributes(ParsedAttributes &attrs) { in ParseMicrosoftTypeAttributes() function in Parser
4241 ParseMicrosoftTypeAttributes(DS.getAttributes()); in ParseDeclarationSpecifiers()
6502 ParseMicrosoftTypeAttributes(DS.getAttributes()); in ParseTypeQualifierListOpt()
7357 ParseMicrosoftTypeAttributes(attrs); in ParseParenDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3067 void ParseMicrosoftTypeAttributes(ParsedAttributes &attrs);