Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp344 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
345 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()
346 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()
350 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/freebsd/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/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3028 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local
3037 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
3040 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit()
3046 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit()
3062 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
3073 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
9852 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
9854 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
9855 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
9861 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
[all …]
H A DSemaDeclCXX.cpp8740 SourceLocation Loc, InsertLoc; in CheckExplicitlyDefaultedComparison() local
8743 InsertLoc = getLocForEndOfToken( in CheckExplicitlyDefaultedComparison()
8748 InsertLoc = Loc.getRParenLoc(); in CheckExplicitlyDefaultedComparison()
8754 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const"); in CheckExplicitlyDefaultedComparison()
11125 SourceLocation InsertLoc = in CheckConversionDeclarator() local
11127 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
11129 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
13215 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc()); in CheckUsingDeclQualifier() local
13216 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
13220 InsertLoc, " " in CheckUsingDeclQualifier()
[all...]