Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp253 SourceLocation InsertLoc = WrapE->getBeginLoc(); in rewriteToBridgedCast() local
256 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast()
266 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
269 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp280 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
281 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()
282 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()
286 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp120 Instruction *InsertLoc, in moveHeaderPhiOperandsToForeBlocks() argument
133 BasicBlock *InsertLocBB = InsertLoc->getParent(); in moveHeaderPhiOperandsToForeBlocks()
136 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8548 SourceLocation InsertLoc = in CheckConversionDeclarator() local
8550 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
8552 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
10342 SourceLocation InsertLoc = getLocForEndOfToken(NameInfo.getEndLoc()); in CheckUsingDeclQualifier() local
10343 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
10347 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
H A DSemaDecl.cpp8446 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
8448 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
8449 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
8455 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()