Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDAnalysis.cpp298 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
299 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()
300 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()
304 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransUnbridgedCasts.cpp254 SourceLocation InsertLoc = WrapE->getLocStart(); in rewriteToBridgedCast() local
257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1)); in rewriteToBridgedCast()
267 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
270 TA.insert(InsertLoc, BridgeCall); in rewriteToBridgedCast()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7021 SourceLocation InsertLoc = in CheckConversionDeclarator() local
7023 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
7025 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
8379 SourceLocation InsertLoc = in CheckUsingDeclQualifier() local
8381 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
8385 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
HDSemaDecl.cpp7334 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
7336 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
7337 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
7343 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()