Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDClangAttrEmitter.cpp163 static StringRef NormalizeGNUAttrSpelling(StringRef AttrSpelling) { in NormalizeGNUAttrSpelling() argument
164 if (AttrSpelling.starts_with("__") && AttrSpelling.ends_with("__")) { in NormalizeGNUAttrSpelling()
165 AttrSpelling = AttrSpelling.substr(2, AttrSpelling.size() - 4); in NormalizeGNUAttrSpelling()
168 return AttrSpelling; in NormalizeGNUAttrSpelling()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp2192 StringRef AttrSpelling = PP.getLastMacroWithSpelling(NameLoc, AttrTokens); in DiagnoseCallingConvCast() local
2193 if (!AttrSpelling.empty()) in DiagnoseCallingConvCast()
2194 CCAttrText = AttrSpelling; in DiagnoseCallingConvCast()