HomeSort by: relevance | last modified time | path
    Searched refs:AttrSpelling (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp 156 static StringRef NormalizeGNUAttrSpelling(StringRef AttrSpelling) {
157 if (AttrSpelling.startswith("__") && AttrSpelling.endswith("__")) {
158 AttrSpelling = AttrSpelling.substr(2, AttrSpelling.size() - 4);
161 return AttrSpelling;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2124 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens);
2125 if (!AttrSpelling.empty())
2126 CCAttrText = AttrSpelling;

Completed in 19 milliseconds