HomeSort by relevance Sort by last modified time
    Searched refs:InsertLoc (Results 1 - 2 of 2) 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/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 39 milliseconds