HomeSort by relevance Sort by last modified time
    Searched refs:CreateInsertion (Results 1 - 25 of 33) 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...]
SemaDecl.cpp 489 << FixItHint::CreateInsertion(SS->getRange().getBegin(), "typename ");
555 << FixItHint::CreateInsertion(NameLoc, FixItTagName);
    [all...]
SemaChecking.cpp     [all...]
DeclSpec.cpp 915 << FixItHint::CreateInsertion(
    [all...]
Sema.cpp     [all...]
SemaExceptionSpec.cpp 311 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());
    [all...]
SemaTemplate.cpp 237 << FixItHint::CreateInsertion(IILoc, "template ");
    [all...]
SemaType.cpp 788 << FixItHint::CreateInsertion(DS.getLocStart(), "int");
    [all...]
SemaExpr.cpp 222 << Current << FixItHint::CreateInsertion(DeclBegin, "static ");
388 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
    [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 377 << FixItHint::CreateInsertion(Tok.getLocation(), "= ");
ParseStmt.cpp 330 << FixItHint::CreateInsertion(OldToken.getLocation(), "case ");
565 << FixItHint::CreateInsertion(ExpectedLoc, ":");
605 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
641 << FixItHint::CreateInsertion(ExpectedLoc, ":");
654 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
    [all...]
ParseTemplate.cpp 551 : FixItHint::CreateInsertion(Tok.getLocation(), "class "));
738 Hint2 = FixItHint::CreateInsertion(Next.getLocation(), " ");
    [all...]
ParseExpr.cpp 299 << FixItHint::CreateInsertion(FILoc, FIText);
    [all...]
Parser.cpp 131 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
132 << FixItHint::CreateInsertion(EndLoc, ")");
176 << FixItHint::CreateInsertion(EndLoc, Spelling);
    [all...]
ParseDeclCXX.cpp 155 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces);
    [all...]
ParseObjc.cpp 133 << FixItHint::CreateInsertion(AtLoc, "@end\n");
466 << FixItHint::CreateInsertion(AtLoc, "@end\n");
515 << FixItHint::CreateInsertion(Tok.getLocation(), "\n@end\n");
    [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp 466 << FixItHint::CreateInsertion(Tok.getLocation(), "template ");
884 << FixItHint::CreateInsertion(Tok.getLocation(), "() ");
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 83 MergedFixits.push_back(FixItHint::CreateInsertion(loc, text));
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 75 static FixItHint CreateInsertion(SourceLocation InsertionLoc,
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 693 << FixItHint::CreateInsertion(FD->getLocEnd().getLocWithOffset(1),
    [all...]

Completed in 380 milliseconds

1 2