Searched refs:CreateInsertion (Results 26 - 37 of 37) sorted by relevance

12

/external/clang/lib/Sema/
H A DSemaDecl.cpp592 << FixItHint::CreateInsertion(SS->getRange().getBegin(), "typename ");
651 << FixItHint::CreateInsertion(NameLoc, FixItTagName);
3734 << FixItHint::CreateInsertion(Record->getLocation(), "static ");
5960 << FixItHint::CreateInsertion(NewVD->getLocation(), "*");
6931 << FixItHint::CreateInsertion(InsertLoc, "<>");
7758 << FixItHint::CreateInsertion(AddConstLoc, " const");
8655 << FixItHint::CreateInsertion(VDecl->getLocStart(), "constexpr ");
8671 << FixItHint::CreateInsertion(VDecl->getLocStart(), "constexpr ");
9659 << FixItHint::CreateInsertion(TypeEndLoc, "*");
9695 << FixItHint::CreateInsertion(LocAfterDecl
[all...]
H A DSema.cpp1402 ? FixItHint::CreateInsertion(ParenInsertionLoc, "()")
H A DSemaDeclObjC.cpp219 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)");
2692 << FixItHint::CreateInsertion(SuperClassLoc, " : NSObject ");
3077 << FixItHint::CreateInsertion(SelectorLocs.front(), "(id)");
H A DSemaInit.cpp740 << FixItHint::CreateInsertion(
742 << FixItHint::CreateInsertion(
7173 << FixItHint::CreateInsertion(PostInit->getLocStart(), OS.str())
7174 << FixItHint::CreateInsertion(
H A DSemaPseudoObject.cpp1032 << T << FixItHint::CreateInsertion(FromE->getExprLoc(), "@");
H A DSemaDeclCXX.cpp2053 B << 0 << FixItHint::CreateInsertion(ConstexprLoc, "static ");
6356 << FixItHint::CreateInsertion(ParamLoc, ConstRef);
6687 << FixItHint::CreateInsertion(KeywordLoc, "inline ");
7228 << FixItHint::CreateInsertion(SS.getRange().getBegin(), "using ");
7897 << FixItHint::CreateInsertion(SS.getBeginLoc(),
7907 << FixItHint::CreateInsertion(
11569 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc),
H A DSemaObjCProperty.cpp555 << FixItHint::CreateInsertion(StarLoc, "*");
H A DSemaDeclAttr.cpp272 << FixItHint::CreateInsertion(Loc->Loc, "\"")
273 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(Loc->Loc), "\"");
H A DSemaExprCXX.cpp2363 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(StartLoc), "[]");
5304 << FixItHint::CreateInsertion(ExpectedLParenLoc, "()");
H A DSemaStmt.cpp2066 << Range->getType() << FixItHint::CreateInsertion(RangeLoc, "*");
H A DSemaOverload.cpp5189 << FixItHint::CreateInsertion(From->getLocStart(),
5191 << FixItHint::CreateInsertion(
/external/clang/lib/Lex/
H A DPPDirectives.cpp231 Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//");

Completed in 284 milliseconds

12