Home
last modified time | relevance | path

Searched refs:MaybeParseMicrosoftAttributes (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp2066 MaybeParseMicrosoftAttributes(attrs); in TryParseParameterDeclarationClause()
H A DParser.cpp1146 MaybeParseMicrosoftAttributes(DS.getAttributes()); in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp5905 MaybeParseMicrosoftAttributes(Attrs); in isConstructorDeclarator()
7440 MaybeParseMicrosoftAttributes(ArgDeclSpecAttrs); in ParseParameterDeclarationClause()
H A DParseDeclCXX.cpp2823 MaybeParseMicrosoftAttributes(DeclSpecAttrs); in ParseCXXClassMemberDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2972 void MaybeParseMicrosoftAttributes(ParsedAttributes &Attrs) { in MaybeParseMicrosoftAttributes() function