Home | History | Annotate | Download | only in Sema

Lines Matching refs:AttrName

112 static StringRef normalizeAttrName(StringRef AttrName, StringRef ScopeName,
118 if (IsGNU && AttrName.size() >= 4 && AttrName.startswith("__") &&
119 AttrName.endswith("__"))
120 AttrName = AttrName.slice(2, AttrName.size() - 2);
122 return AttrName;
128 StringRef AttrName = Name->getName();
134 AttrName = normalizeAttrName(AttrName, FullName, SyntaxUsed);
140 FullName += AttrName;
149 StringRef Name = normalizeAttrName(AttrName->getName(), Scope,