Searched refs:InsertLoc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransUnbridgedCasts.cpp | 252 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 310 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 171 Instruction *InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument 184 BasicBlock *InsertLocBB = InsertLoc->getParent(); in moveHeaderPhiOperandsToForeBlocks() 187 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 2782 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local 2791 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit() 2794 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit() 2800 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit() 2816 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit() 2827 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit() 9106 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local 9108 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator() 9109 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator() 9115 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
|
| H A D | SemaDeclCXX.cpp | 8425 SourceLocation InsertLoc; in CheckExplicitlyDefaultedComparison() local 8427 InsertLoc = getLocForEndOfToken(Loc.getRParenLoc()); in CheckExplicitlyDefaultedComparison() 8432 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const"); in CheckExplicitlyDefaultedComparison() 10637 SourceLocation InsertLoc = in CheckConversionDeclarator() local 10639 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator() 10641 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator() 12426 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc()); in CheckUsingDeclQualifier() local 12427 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier() 12431 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
|