HomeSort by relevance Sort by last modified time
    Searched refs:InsertLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 226 SourceLocation insertLoc = E->getSubExpr()->getLocStart();
234 TA.insert(insertLoc, newCast.str());
237 TA.insert(insertLoc, newCast.str());
246 SourceLocation InsertLoc = WrapE->getLocStart();
249 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
259 TA.insert(InsertLoc, BridgeCall);
262 TA.insert(InsertLoc, BridgeCall);
  /external/llvm/lib/CodeGen/
Analysis.cpp 286 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
287 if (std::equal(InsertLoc.rbegin(), InsertLoc.rend(),
292 ValLoc.resize(ValLoc.size() - InsertLoc.size());
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 103 milliseconds