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 287 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
288 if (std::equal(InsertLoc.rbegin(), InsertLoc.rend(),
293 ValLoc.resize(ValLoc.size() - InsertLoc.size());
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 94 milliseconds