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

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 234 SourceLocation insertLoc = E->getSubExpr()->getLocStart();
242 TA.insert(insertLoc, newCast.str());
245 TA.insert(insertLoc, newCast.str());
254 SourceLocation InsertLoc = WrapE->getLocStart();
257 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
267 TA.insert(InsertLoc, BridgeCall);
270 TA.insert(InsertLoc, BridgeCall);
  /external/llvm/lib/CodeGen/
Analysis.cpp 300 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
301 if (ValLoc.size() >= InsertLoc.size() &&
302 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) {
306 ValLoc.resize(ValLoc.size() - InsertLoc.size());
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 100 milliseconds