Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp252 SourceLocation InsertLoc = WrapE->getBeginLoc(); in rewriteToBridgedCast() local
255 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast()
265 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
268 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp310 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
311 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()
312 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()
316 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp240 SourceLocation InsertLoc = Lexer::getLocForEndOfToken( in VisitCXXMethodDecl() local
243 MyRewriter.InsertTextAfter(InsertLoc, Macro); in VisitCXXMethodDecl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp170 Instruction *InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument
183 BasicBlock *InsertLocBB = InsertLoc->getParent(); in moveHeaderPhiOperandsToForeBlocks()
186 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2834 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local
2843 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
2846 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit()
2852 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit()
2868 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
2879 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
9165 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
9167 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
9168 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
9174 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp8432 SourceLocation InsertLoc; in CheckExplicitlyDefaultedComparison() local
8434 InsertLoc = getLocForEndOfToken(Loc.getRParenLoc()); in CheckExplicitlyDefaultedComparison()
8439 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const"); in CheckExplicitlyDefaultedComparison()
10644 SourceLocation InsertLoc = in CheckConversionDeclarator() local
10646 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
10648 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
12599 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc()); in CheckUsingDeclQualifier() local
12600 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
12604 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()