HomeSort by relevance Sort by last modified time
    Searched refs:CreateInsertion (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 113 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
114 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
116 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
147 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("));
148 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
150 Hints.push_back(FixItHint::CreateInsertion(Begin, "&"));
SemaExprObjC.cpp 437 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
453 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
    [all...]
SemaStmtAttr.cpp 36 << FixItHint::CreateInsertion(L, ";");
AnalysisBasedWarnings.cpp 95 << FixItHint::CreateInsertion(Open, "/* DISABLES CODE */ (")
96 << FixItHint::CreateInsertion(Close, ")");
624 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
644 << FixItHint::CreateInsertion(Loc, Init);
    [all...]
SemaDeclObjC.cpp 214 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)");
613 << FixItHint::CreateInsertion(starLoc, " *");
819 diag << FixItHint::CreateInsertion(newTypeParam->getLocStart(),
    [all...]
SemaTemplateVariadic.cpp     [all...]
SemaExpr.cpp 301 << Cur << FixItHint::CreateInsertion(DeclBegin, "static ");
496 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
604 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_setClass(") <<
607 FixItHint::CreateInsertion(RHSLocEnd, ")");
618 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_getClass(") <<
677 FixItHint::CreateInsertion(OISA->getLocStart(), "object_getClass(") <<
    [all...]
SemaObjCProperty.cpp 607 << FixItHint::CreateInsertion(StarLoc, "*");
    [all...]
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
SemaExceptionSpec.cpp 363 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 283 << FixItHint::CreateInsertion(LAngleLoc, "<>");
600 : FixItHint::CreateInsertion(Tok.getLocation(), "class "));
722 Insertion = FixItHint::CreateInsertion(CorrectLoc, "...");
    [all...]
ParseStmt.cpp 418 << FixItHint::CreateInsertion(OldToken.getLocation(), "case ");
726 << FixItHint::CreateInsertion(ExpectedLoc, ":");
768 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
805 << FixItHint::CreateInsertion(ExpectedLoc, ":");
819 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
    [all...]
ParseInit.cpp 367 << FixItHint::CreateInsertion(Tok.getLocation(), "= ");
ParseDeclCXX.cpp 172 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces);
726 : FixItHint::CreateInsertion(Tok.getLocation(), ", \"\""));
    [all...]
ParseExpr.cpp 338 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText);
    [all...]
ParseDecl.cpp     [all...]
Parser.cpp 119 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
120 << FixItHint::CreateInsertion(EndLoc, ")");
165 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling)
    [all...]
ParseExprCXX.cpp 558 << FixItHint::CreateInsertion(Tok.getLocation(), "template ");
    [all...]
ParseObjc.cpp 181 << FixItHint::CreateInsertion(AtLoc, "@end\n");
716 << FixItHint::CreateInsertion(AtLoc, "@end\n");
802 << FixItHint::CreateInsertion(Tok.getLocation(), "\n@end\n");
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 41 MergedFixits.push_back(FixItHint::CreateInsertion(loc, text));
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 78 static FixItHint CreateInsertion(SourceLocation InsertionLoc,
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 706 << FixItHint::CreateInsertion(FD->getLocEnd().getLocWithOffset(1),
    [all...]

Completed in 433 milliseconds

1 2