Searched refs:AttrSpelling (Results 1 - 2 of 2) sorted by relevance

/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp142 static StringRef NormalizeAttrSpelling(StringRef AttrSpelling) { argument
143 if (AttrSpelling.startswith("__") && AttrSpelling.endswith("__")) {
144 AttrSpelling = AttrSpelling.substr(2, AttrSpelling.size() - 4);
147 return AttrSpelling;
/external/clang/lib/Sema/
H A DSemaCast.cpp1810 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); local
1811 if (!AttrSpelling.empty())
1812 CCAttrText = AttrSpelling;

Completed in 115 milliseconds