Home | History | Annotate | Download | only in Parse

Lines Matching refs:AttrLoc

3112     SourceLocation ScopeLoc, AttrLoc;
3115 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc);
3125 ScopeLoc = AttrLoc;
3127 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc);
3139 !SeenAttrs.insert(std::make_pair(AttrName, AttrLoc)).second)
3140 Diag(AttrLoc, diag::err_cxx11_attribute_repeated)
3146 ParseGNUAttributeArgs(AttrName, AttrLoc, attrs, endLoc,
3162 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc,
3163 AttrLoc),