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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3750 StringRef StrRef; local
3751 if (!checkStringLiteralArgumentAttr(attr, 0, StrRef)) {
3755 if (StrRef == "aapcs") {
3758 } else if (StrRef == "aapcs-vfp") {
4377 StringRef StrRef; local
4379 if (!S.checkStringLiteralArgumentAttr(Attr, 0, StrRef, &LiteralLoc))
4384 if (StrRef.size() == 38 && StrRef.front() == '{' && StrRef.back() == '}')
4385 StrRef
[all...]
H A DSemaChecking.cpp4677 StringRef StrRef = FExpr->getString(); local
4678 const char *Str = StrRef.data();
4683 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size());
4688 if (TypeSize <= StrRef.size() &&
4689 StrRef.substr(0, TypeSize).find('\0') == StringRef::npos) {
4733 StringRef StrRef = FExpr->getString(); local
4734 const char *Str = StrRef.data();
4739 size_t StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size());

Completed in 448 milliseconds