Searched refs:lastCurlyLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp1698 SourceLocation lastCurlyLoc = startLoc; local
1728 ReplaceText(lastCurlyLoc, 1, buf);
1835 SourceLocation lastCurlyLoc = startLoc; local
1850 ReplaceText(lastCurlyLoc, 1, buf);
1928 // Set lastCurlyLoc
1929 lastCurlyLoc = lastCatchBody->getLocEnd();
1951 // Set lastCurlyLoc
1952 lastCurlyLoc = body->getLocEnd();
1961 ReplaceText(lastCurlyLoc, 1, buf);
1972 lastCurlyLoc
[all...]

Completed in 46 milliseconds