Searched defs:SrcExprEndLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3594 SourceLocation SrcExprEndLoc = PP.getLocForEndOfToken(SrcExpr->getLocEnd()); local
3599 << FixItHint::CreateInsertion(SrcExprEndLoc, "]");
3619 SourceLocation SrcExprEndLoc = PP.getLocForEndOfToken(SrcExpr->getLocEnd()); local
3627 << FixItHint::CreateInsertion(SrcExprEndLoc, ExpressionString);
3638 << FixItHint::CreateInsertion(SrcExprEndLoc, ExpressionString);

Completed in 50 milliseconds