Home
last modified time | relevance | path

Searched refs:InsertLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp64 SourceLocation InsertLoc = Lexer::getLocForEndOfToken( in VisitCXXMethodDecl() local
67 MyRewriter.InsertTextAfter(InsertLoc, Macro.str()); in VisitCXXMethodDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp251 SourceLocation InsertLoc = WrapE->getBeginLoc(); in rewriteToBridgedCast() local
254 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast()
265 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
268 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp381 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
382 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()
383 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()
387 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp169 Instruction *InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument
174 [&AftBlocks, &InsertLoc](Instruction *I) { in moveHeaderPhiOperandsToForeBlocks()
176 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3170 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local
3179 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
3182 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit()
3188 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit()
3215 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
9995 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
9997 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
9998 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
10004 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
10009 TemplateArgs.setLAngleLoc(InsertLoc); in ActOnFunctionDeclarator()
[all …]
H A DSemaDeclCXX.cpp8842 SourceLocation Loc, InsertLoc; in CheckExplicitlyDefaultedComparison() local
8845 InsertLoc = getLocForEndOfToken( in CheckExplicitlyDefaultedComparison()
8850 InsertLoc = Loc.getRParenLoc(); in CheckExplicitlyDefaultedComparison()
8856 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const"); in CheckExplicitlyDefaultedComparison()
11232 SourceLocation InsertLoc = in CheckConversionDeclarator() local
11234 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
11236 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
13347 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc()); in CheckUsingDeclQualifier() local
13348 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
13352 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()