Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp178 ParsedAttributes &GNUAttrs) { in ParseStatementOrDeclarationAfterAttributes() argument
210 takeAndConcatenateAttrs(CXX11Attrs, GNUAttrs, Attrs); in ParseStatementOrDeclarationAfterAttributes()
241 bool HaveAttrs = !CXX11Attrs.empty() || !GNUAttrs.empty(); in ParseStatementOrDeclarationAfterAttributes()
244 llvm::all_of(GNUAttrs, IsStmtAttr); in ParseStatementOrDeclarationAfterAttributes()
260 GNUAttrs, &GNUAttributeLoc); in ParseStatementOrDeclarationAfterAttributes()
263 GNUAttrs); in ParseStatementOrDeclarationAfterAttributes()
268 assert(GNUAttrs.Range.getBegin().isInvalid() || in ParseStatementOrDeclarationAfterAttributes()
269 GNUAttrs.Range.getBegin() > CXX11Attrs.Range.getBegin()); in ParseStatementOrDeclarationAfterAttributes()
271 } else if (GNUAttrs.Range.getBegin().isValid()) in ParseStatementOrDeclarationAfterAttributes()
272 DeclStart = GNUAttrs.Range.getBegin(); in ParseStatementOrDeclarationAfterAttributes()
[all …]