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

  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 1139 StrE = dyn_cast<StringLiteral>(OrigArg->IgnoreParens())) {
1140 commit.replaceWithInner(Msg->getSourceRange(), StrE->getSourceRange());
1141 commit.insert(StrE->getBeginLoc(), "@");
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 3987 const StringLiteral *StrE = nullptr;
3992 StrE = ObjCExpr->getString();
3995 StrE = cast<StringLiteral>(I->getSubExprAsWritten());
3999 std::string strRef(StrE->getString().str());
4008 const StringLiteral *StrE = nullptr;
4013 StrE = ObjCExpr->getString();
4016 StrE = cast<StringLiteral>(expr);
4020 std::string strRef(StrE->getString().str());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 7498 const StringLiteral *StrE = nullptr;
7501 StrE = ObjCFExpr->getString();
7503 StrE = cast<StringLiteral>(E);
7505 if (StrE) {
7506 if (Offset.isNegative() || Offset > StrE->getLength()) {
7511 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue());

Completed in 45 milliseconds