HomeSort by relevance Sort by last modified time
    Searched refs:CreateInsertion (Results 1 - 25 of 36) 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, "&"));
SemaStmtAttr.cpp 36 << FixItHint::CreateInsertion(L, ";");
SemaExprObjC.cpp 378 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
394 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
    [all...]
AnalysisBasedWarnings.cpp 438 << FixItHint::CreateInsertion(VD->getLocation(), "__block ");
458 << FixItHint::CreateInsertion(Loc, Init);
    [all...]
SemaExpr.cpp 254 << Cur << FixItHint::CreateInsertion(DeclBegin, "static ");
422 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
517 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_setClass(") <<
520 FixItHint::CreateInsertion(RHSLocEnd, ")");
531 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_getClass(") <<
590 FixItHint::CreateInsertion(OISA->getLocStart(), "object_getClass(") <<
    [all...]
SemaType.cpp 801 << FixItHint::CreateInsertion(DS.getLocStart(), "int");
    [all...]
DeclSpec.cpp     [all...]
SemaExceptionSpec.cpp 287 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());
    [all...]
SemaTemplate.cpp 239 << FixItHint::CreateInsertion(IILoc, "template ");
    [all...]
SemaChecking.cpp     [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 257 << FixItHint::CreateInsertion(spelling_loc, "virtual ");
319 << FixItHint::CreateInsertion(token_end, " OVERRIDE");
  /external/clang/lib/Parse/
ParseInit.cpp 377 << FixItHint::CreateInsertion(Tok.getLocation(), "= ");
ParseTemplate.cpp 253 << FixItHint::CreateInsertion(LAngleLoc, "<>");
561 : FixItHint::CreateInsertion(Tok.getLocation(), "class "));
748 Hint2 = FixItHint::CreateInsertion(Next.getLocation(), " ");
    [all...]
ParseStmt.cpp 350 << FixItHint::CreateInsertion(OldToken.getLocation(), "case ");
585 << FixItHint::CreateInsertion(ExpectedLoc, ":");
625 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
661 << FixItHint::CreateInsertion(ExpectedLoc, ":");
674 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
    [all...]
ParseExpr.cpp 299 << FixItHint::CreateInsertion(FILoc, FIText);
    [all...]
Parser.cpp 143 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
144 << FixItHint::CreateInsertion(EndLoc, ")");
188 << FixItHint::CreateInsertion(EndLoc, Spelling);
    [all...]
ParseDeclCXX.cpp 156 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces);
    [all...]
ParseObjc.cpp 146 << FixItHint::CreateInsertion(AtLoc, "@end\n");
482 << FixItHint::CreateInsertion(AtLoc, "@end\n");
531 << FixItHint::CreateInsertion(Tok.getLocation(), "\n@end\n");
    [all...]
ParseExprCXX.cpp 489 << FixItHint::CreateInsertion(Tok.getLocation(), "template ");
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 83 MergedFixits.push_back(FixItHint::CreateInsertion(loc, text));
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PPMacroExpansion.cpp 712 DB << FixItHint::CreateInsertion(ParenLocation->getBegin(), "(");
715 DB << FixItHint::CreateInsertion(ParenLocation->getEnd(), ")");
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 75 static FixItHint CreateInsertion(SourceLocation InsertionLoc,
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 697 << FixItHint::CreateInsertion(FD->getLocEnd().getLocWithOffset(1),
    [all...]

Completed in 388 milliseconds

1 2