HomeSort by: relevance | last modified time | path
    Searched defs:InsertLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 232 SourceLocation insertLoc = E->getSubExpr()->getBeginLoc();
240 TA.insert(insertLoc, newCast.str());
243 TA.insert(insertLoc, newCast.str());
252 SourceLocation InsertLoc = WrapE->getBeginLoc();
255 char PrevChar = *SM.getCharacterData(InsertLoc.getLocWithOffset(-1));
265 TA.insert(InsertLoc, BridgeCall);
268 TA.insert(InsertLoc, BridgeCall);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
Analysis.cpp 310 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
311 if (ValLoc.size() >= InsertLoc.size() &&
312 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) {
316 ValLoc.resize(ValLoc.size() - InsertLoc.size());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 2782 SourceLocation InsertLoc = InitDecl->getInnerLocStart();
2791 S.PP.getLastMacroWithSpelling(InsertLoc, {tok::kw_constinit}));
2794 InsertLoc, {tok::l_square, tok::l_square,
2800 InsertLoc, {tok::kw___attribute, tok::l_paren, tok::r_paren,
2816 << InitDecl << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling);
2827 << FixItHint::CreateInsertion(InsertLoc, SuitableSpelling);
9106 SourceLocation InsertLoc;
9108 InsertLoc = D.getName().getSourceRange().getEnd();
9109 InsertLoc = getLocForEndOfToken(InsertLoc);
    [all...]

Completed in 48 milliseconds