reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4086 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc); 4094 ScopeLoc = AttrLoc; 4096 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc); 4118 !SeenAttrs.insert(std::make_pair(AttrName, AttrLoc)).second) 4119 Diag(AttrLoc, diag::err_cxx11_attribute_repeated) 4124 AttrParsed = ParseCXX11AttributeArgs(AttrName, AttrLoc, attrs, endLoc, 4130 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), 4130 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc),