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 217 SourceLocation insertLoc = E->getSubExpr()->getLocStart();
225 TA.insert(insertLoc, newCast.str());
228 TA.insert(insertLoc, newCast.str());
237 SourceLocation InsertLoc = WrapE->getLocStart();
240 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
250 TA.insert(InsertLoc, BridgeCall);
253 TA.insert(InsertLoc, BridgeCall);
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1436 milliseconds