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

/external/clang/include/clang/AST/
H A DCommentSema.h180 SourceLocation GreaterLoc,
H A DComment.h478 void setGreaterLoc(SourceLocation GreaterLoc) { argument
479 Range.setEnd(GreaterLoc);
/external/clang/lib/AST/
H A DCommentSema.cpp481 SourceLocation GreaterLoc,
484 Tag->setGreaterLoc(GreaterLoc);
478 actOnHTMLStartTagFinish( HTMLStartTagComment *Tag, ArrayRef<HTMLStartTagComment::Attribute> Attrs, SourceLocation GreaterLoc, bool IsSelfClosing) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2137 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); local
2140 InsertText(GreaterLoc, "*/");
2182 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); local
2185 InsertText(GreaterLoc, "*/");
2205 SourceLocation GreaterLoc = local
2209 InsertText(GreaterLoc, "*/");
H A DRewriteModernObjC.cpp2231 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); local
2234 InsertText(GreaterLoc, "*/");
2280 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); local
2283 InsertText(GreaterLoc, "*/");
2303 SourceLocation GreaterLoc = local
2307 InsertText(GreaterLoc, "*/");

Completed in 256 milliseconds