Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.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()
/external/llvm/lib/CodeGen/
DAnalysis.cpp300 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); in getNoopInput() local
301 if (ValLoc.size() >= InsertLoc.size() && in getNoopInput()
302 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) { in getNoopInput()
306 ValLoc.resize(ValLoc.size() - InsertLoc.size()); in getNoopInput()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7022 SourceLocation InsertLoc = in CheckConversionDeclarator() local
7024 DB << FixItHint::CreateInsertion(InsertLoc, " ") in CheckConversionDeclarator()
7026 InsertLoc, CharSourceRange::getTokenRange(Before)) in CheckConversionDeclarator()
8375 SourceLocation InsertLoc = in CheckUsingDeclQualifier() local
8377 Diag(InsertLoc, diag::note_using_decl_class_member_workaround) in CheckUsingDeclQualifier()
8381 InsertLoc, " " + NameInfo.getName().getAsString()); in CheckUsingDeclQualifier()
DSemaDecl.cpp7528 SourceLocation InsertLoc; in ActOnFunctionDeclarator() local
7530 InsertLoc = D.getName().getSourceRange().getEnd(); in ActOnFunctionDeclarator()
7531 InsertLoc = getLocForEndOfToken(InsertLoc); in ActOnFunctionDeclarator()
7537 << FixItHint::CreateInsertion(InsertLoc, "<>"); in ActOnFunctionDeclarator()