Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp136 SourceLocation GNUAttributeLoc; in ParseStatementOrDeclarationAfterAttributes() local
210 ((GNUAttributeLoc.isValid() && !(HaveAttrs && AllAttrsAreStmtAttrs)) || in ParseStatementOrDeclarationAfterAttributes()
214 if (GNUAttributeLoc.isValid()) { in ParseStatementOrDeclarationAfterAttributes()
215 DeclStart = GNUAttributeLoc; in ParseStatementOrDeclarationAfterAttributes()
217 GNUAttrs, &GNUAttributeLoc); in ParseStatementOrDeclarationAfterAttributes()
254 GNUAttributeLoc = Tok.getLocation(); in ParseStatementOrDeclarationAfterAttributes()