HomeSort by relevance Sort by last modified time
    Searched refs:CreateInsertion (Results 1 - 25 of 37) 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 382 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
398 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
    [all...]
SemaStmtAttr.cpp 34 << FixItHint::CreateInsertion(L, ";");
AnalysisBasedWarnings.cpp 96 << FixItHint::CreateInsertion(Open, "/* DISABLES CODE */ (")
97 << FixItHint::CreateInsertion(Close, ")");
616 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
636 << FixItHint::CreateInsertion(Loc, Init);
    [all...]
SemaExpr.cpp 246 << Cur << FixItHint::CreateInsertion(DeclBegin, "static ");
420 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
521 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_setClass(") <<
524 FixItHint::CreateInsertion(RHSLocEnd, ")");
535 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_getClass(") <<
594 FixItHint::CreateInsertion(OISA->getLocStart(), "object_getClass(") <<
    [all...]
SemaChecking.cpp     [all...]
SemaType.cpp 790 << FixItHint::CreateInsertion(DS.getLocStart(), "int");
    [all...]
DeclSpec.cpp     [all...]
SemaExceptionSpec.cpp 311 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());
    [all...]
SemaTemplate.cpp 239 << FixItHint::CreateInsertion(IILoc, "template ");
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 268 << FixItHint::CreateInsertion(spelling_loc, "virtual ");
330 << FixItHint::CreateInsertion(token_end, " OVERRIDE");
  /external/clang/lib/Parse/
ParseTemplate.cpp 248 << FixItHint::CreateInsertion(LAngleLoc, "<>");
566 : FixItHint::CreateInsertion(Tok.getLocation(), "class "));
688 Insertion = FixItHint::CreateInsertion(CorrectLoc, "...");
783 Hint2 = FixItHint::CreateInsertion(Next.getLocation(), " ");
    [all...]
ParseStmt.cpp 400 << FixItHint::CreateInsertion(OldToken.getLocation(), "case ");
687 << FixItHint::CreateInsertion(ExpectedLoc, ":");
727 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
764 << FixItHint::CreateInsertion(ExpectedLoc, ":");
777 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
    [all...]
ParseInit.cpp 359 << FixItHint::CreateInsertion(Tok.getLocation(), "= ");
ParseExpr.cpp 297 << tok::colon << FixItHint::CreateInsertion(FILoc, FIText);
    [all...]
Parser.cpp 99 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
100 << FixItHint::CreateInsertion(EndLoc, ")");
145 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling)
    [all...]
ParseObjc.cpp 144 << FixItHint::CreateInsertion(AtLoc, "@end\n");
486 << FixItHint::CreateInsertion(AtLoc, "@end\n");
535 << FixItHint::CreateInsertion(Tok.getLocation(), "\n@end\n");
    [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 163 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces);
699 : FixItHint::CreateInsertion(Tok.getLocation(), ", \"\""));
    [all...]
ParseExprCXX.cpp 525 << FixItHint::CreateInsertion(Tok.getLocation(), "template ");
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 83 MergedFixits.push_back(FixItHint::CreateInsertion(loc, text));
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 688 DB << FixItHint::CreateInsertion(ParenLocation.getBegin(), "(");
689 DB << FixItHint::CreateInsertion(ParenLocation.getEnd(), ")");
    [all...]
Lexer.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 77 static FixItHint CreateInsertion(SourceLocation InsertionLoc,
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 708 << FixItHint::CreateInsertion(FD->getLocEnd().getLocWithOffset(1),
    [all...]

Completed in 551 milliseconds

1 2