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.cpp287 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); local
288 if (std::equal(InsertLoc.rbegin(), InsertLoc.rend(),
293 ValLoc.resize(ValLoc.size() - InsertLoc.size());
/external/clang/lib/Sema/
H A DSemaDecl.cpp6922 SourceLocation InsertLoc; local
6924 InsertLoc = D.getName().getSourceRange().getEnd();
6925 InsertLoc = getLocForEndOfToken(InsertLoc);
6931 << FixItHint::CreateInsertion(InsertLoc, "<>");
H A DSemaDeclCXX.cpp7902 SourceLocation InsertLoc = local
7904 Diag(InsertLoc, diag::note_using_decl_class_member_workaround)
7908 InsertLoc, " " + NameInfo.getName().getAsString());

Completed in 106 milliseconds