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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2096 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); local
2099 InsertText(LessLoc, "/*");
2141 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); local
2144 InsertText(LessLoc, "/*");
2163 SourceLocation LessLoc = local
2168 InsertText(LessLoc, "/*");
H A DRewriteModernObjC.cpp2181 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); local
2184 InsertText(LessLoc, "/*");
2230 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); local
2233 InsertText(LessLoc, "/*");
2252 SourceLocation LessLoc = local
2257 InsertText(LessLoc, "/*");

Completed in 415 milliseconds