Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h3050 ParseMicrosoftAttributes(AttrsWithRange); in MaybeParseMicrosoftAttributes()
3055 void ParseMicrosoftAttributes(ParsedAttributes &Attrs);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp5106 void Parser::ParseMicrosoftAttributes(ParsedAttributes &Attrs) { in ParseMicrosoftAttributes() function in Parser