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 439 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
455 << FixItHint::CreateInsertion(OrigElement->getLocStart(), "@");
    [all...]
SemaStmtAttr.cpp 34 << 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 215 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)");
614 << FixItHint::CreateInsertion(starLoc, " *");
820 diag << FixItHint::CreateInsertion(newTypeParam->getLocStart(),
    [all...]
SemaTemplateVariadic.cpp     [all...]
SemaExpr.cpp 308 << Cur << FixItHint::CreateInsertion(DeclBegin, "static ");
484 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
592 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_setClass(") <<
595 FixItHint::CreateInsertion(RHSLocEnd, ")");
606 FixItHint::CreateInsertion(OIRE->getLocStart(), "object_getClass(") <<
665 FixItHint::CreateInsertion(OISA->getLocStart(), "object_getClass(") <<
    [all...]
SemaObjCProperty.cpp 603 << FixItHint::CreateInsertion(StarLoc, "*");
    [all...]
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
SemaExceptionSpec.cpp 357 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 278 << FixItHint::CreateInsertion(LAngleLoc, "<>");
595 : FixItHint::CreateInsertion(Tok.getLocation(), "class "));
718 Insertion = FixItHint::CreateInsertion(CorrectLoc, "...");
820 Hint2 = FixItHint::CreateInsertion(Next.getLocation(), " ");
    [all...]
ParseStmt.cpp 406 << FixItHint::CreateInsertion(OldToken.getLocation(), "case ");
713 << FixItHint::CreateInsertion(ExpectedLoc, ":");
753 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
790 << FixItHint::CreateInsertion(ExpectedLoc, ":");
803 << FixItHint::CreateInsertion(AfterColonLoc, " ;");
    [all...]
ParseInit.cpp 373 << FixItHint::CreateInsertion(Tok.getLocation(), "= ");
ParseDeclCXX.cpp 172 << FixItHint::CreateInsertion(rBraceToken.getLocation(), RBraces);
726 : FixItHint::CreateInsertion(Tok.getLocation(), ", \"\""));
    [all...]
ParseExpr.cpp 335 << 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 176 << FixItHint::CreateInsertion(AtLoc, "@end\n");
730 << FixItHint::CreateInsertion(AtLoc, "@end\n");
816 << FixItHint::CreateInsertion(Tok.getLocation(), "\n@end\n");
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 83 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 708 << FixItHint::CreateInsertion(FD->getLocEnd().getLocWithOffset(1),
    [all...]

Completed in 122 milliseconds

1 2