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

/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp254 SourceLocation InsertLoc = WrapE->getLocStart(); local
257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
267 TA.insert(InsertLoc, BridgeCall);
270 TA.insert(InsertLoc, BridgeCall);
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp297 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); local
298 if (std::equal(InsertLoc.rbegin(), InsertLoc.rend(),
303 ValLoc.resize(ValLoc.size() - InsertLoc.size());
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6988 SourceLocation InsertLoc = local
6990 DB << FixItHint::CreateInsertion(InsertLoc, " ")
6992 InsertLoc, CharSourceRange::getTokenRange(Before))
8346 SourceLocation InsertLoc = local
8348 Diag(InsertLoc, diag::note_using_decl_class_member_workaround)
8352 InsertLoc, " " + NameInfo.getName().getAsString());
H A DSemaDecl.cpp7188 SourceLocation InsertLoc; local
7190 InsertLoc = D.getName().getSourceRange().getEnd();
7191 InsertLoc = getLocForEndOfToken(InsertLoc);
7197 << FixItHint::CreateInsertion(InsertLoc, "<>");

Completed in 723 milliseconds