Searched refs:GNUAttributeLoc (Results 1 – 1 of 1) sorted by relevance
181 SourceLocation GNUAttributeLoc; in ParseStatementOrDeclarationAfterAttributes() local253 ((GNUAttributeLoc.isValid() && !(HaveAttrs && AllAttrsAreStmtAttrs)) || in ParseStatementOrDeclarationAfterAttributes()257 if (GNUAttributeLoc.isValid()) { in ParseStatementOrDeclarationAfterAttributes()258 DeclStart = GNUAttributeLoc; in ParseStatementOrDeclarationAfterAttributes()260 GNUAttrs, &GNUAttributeLoc); in ParseStatementOrDeclarationAfterAttributes()297 GNUAttributeLoc = Tok.getLocation(); in ParseStatementOrDeclarationAfterAttributes()