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.cpp181 SourceLocation GNUAttributeLoc; in ParseStatementOrDeclarationAfterAttributes() local
253 ((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()