Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2082 ParseMicrosoftAttributes(attrs, endLoc);
2084 void ParseMicrosoftAttributes(ParsedAttributes &attrs,
/external/clang/lib/Parse/
DParseDeclCXX.cpp3790 void Parser::ParseMicrosoftAttributes(ParsedAttributes &attrs, in ParseMicrosoftAttributes() function in Parser