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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2099 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); local
2102 InsertText(LessLoc, "/*");
2144 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); local
2147 InsertText(LessLoc, "/*");
2166 SourceLocation LessLoc = local
2171 InsertText(LessLoc, "/*");
H A DRewriteModernObjC.cpp2207 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); local
2210 InsertText(LessLoc, "/*");
2256 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); local
2259 InsertText(LessLoc, "/*");
2278 SourceLocation LessLoc = local
2283 InsertText(LessLoc, "/*");

Completed in 605 milliseconds