Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp65 SourceLocation InsertLoc = Lexer::getLocForEndOfToken( in VisitCXXMethodDecl() local
68 MyRewriter.InsertTextAfter(InsertLoc, Buffer); in VisitCXXMethodDecl()
/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.cpp168 BasicBlock::iterator InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument
173 [&AftBlocks, &InsertLoc](Instruction *I) { in moveHeaderPhiOperandsToForeBlocks()
175 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3084 SourceLocation InsertLoc = InitDecl->getInnerLocStart(); in diagnoseMissingConstinit() local
3093 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit})); in diagnoseMissingConstinit()
3096 InsertLoc, {tok::l_square, tok::l_square, in diagnoseMissingConstinit()
3102 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren, in diagnoseMissingConstinit()
3118 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
3129 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling); in diagnoseMissingConstinit()
10065 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
10067 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
10068 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
10074 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()
[all …]
H A DSemaDeclCXX.cpp8920 SourceLocation Loc, InsertLoc; in CheckExplicitlyDefaultedComparison() local
8923 InsertLoc = getLocForEndOfToken( in CheckExplicitlyDefaultedComparison()
8928 InsertLoc = Loc.getRParenLoc(); in CheckExplicitlyDefaultedComparison()
8934 << (int)DCK << FixItHint::CreateInsertion(InsertLoc, " const"); in CheckExplicitlyDefaultedComparison()
11367 SourceLocation InsertLoc = in CheckConversionDeclarator() local
11369 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
11371 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
13547 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc()); in CheckUsingDeclQualifier() local
13548 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
13552 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()