reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1484 AttrEnd.setEofData(LA.Toks.data()); 1485 LA.Toks.push_back(AttrEnd); 1489 LA.Toks.push_back(Tok); 1490 PP.EnterTokenStream(LA.Toks, true, /*IsReinject=*/true); 1497 if (LA.Decls.size() > 0) { 1498 Decl *D = LA.Decls[0]; 1506 if (LA.Decls.size() == 1) { 1521 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, 1521 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, 1535 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, 1535 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, 1540 Diag(Tok, diag::warn_attribute_no_decl) << LA.AttrName.getName(); 1546 << &LA.AttrName; 1548 for (unsigned i = 0, ni = LA.Decls.size(); i < ni; ++i) 1549 Actions.ActOnFinishDelayedAttribute(getCurScope(), LA.Decls[i], Attrs);