Searched refs:InsertLoc (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 64 SourceLocation InsertLoc = Lexer::getLocForEndOfToken( in VisitCXXMethodDecl() local 67 MyRewriter.InsertTextAfter(InsertLoc, Macro.str()); in VisitCXXMethodDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransUnbridgedCasts.cpp | 251 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 332 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local 333 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput() 334 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput() 338 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 170 Instruction *InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument 175 [&AftBlocks, &InsertLoc](Instruction *I) { in moveHeaderPhiOperandsToForeBlocks() 177 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3118 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local 3127 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit() 3130 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit() 3136 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit() 3152 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit() 3163 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit() 9756 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local 9758 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator() 9759 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator() 9765 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
|
| H A D | SemaDeclCXX.cpp | 8590 SourceLocation InsertLoc; in CheckExplicitlyDefaultedComparison() local 8592 InsertLoc = getLocForEndOfToken(Loc.getRParenLoc()); in CheckExplicitlyDefaultedComparison() 8597 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const"); in CheckExplicitlyDefaultedComparison() 10925 SourceLocation InsertLoc = in CheckConversionDeclarator() local 10927 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator() 10929 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator() 12908 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc()); in CheckUsingDeclQualifier() local 12909 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier() 12913 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
|