Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp117 ParsedAttributes GNUOrMSAttrs(AttrFactory); in ParseStatementOrDeclaration() local
119 MaybeParseGNUAttributes(GNUOrMSAttrs); in ParseStatementOrDeclaration()
122 MaybeParseMicrosoftAttributes(GNUOrMSAttrs); in ParseStatementOrDeclaration()
125 Stmts, StmtCtx, TrailingElseLoc, CXX11Attrs, GNUOrMSAttrs); in ParseStatementOrDeclaration()
131 takeAndConcatenateAttrs(CXX11Attrs, GNUOrMSAttrs, Attrs); in ParseStatementOrDeclaration()