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.h497 void setGreaterLoc(SourceLocation GreaterLoc) { argument
498 Range.setEnd(GreaterLoc);
/external/clang/lib/AST/
H A DCommentSema.cpp468 SourceLocation GreaterLoc,
471 Tag->setGreaterLoc(GreaterLoc);
465 actOnHTMLStartTagFinish( HTMLStartTagComment *Tag, ArrayRef<HTMLStartTagComment::Attribute> Attrs, SourceLocation GreaterLoc, bool IsSelfClosing) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2220 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); local
2223 InsertText(GreaterLoc, "*/");
2269 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); local
2272 InsertText(GreaterLoc, "*/");
2292 SourceLocation GreaterLoc = local
2296 InsertText(GreaterLoc, "*/");
H A DRewriteObjC.cpp2109 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); local
2112 InsertText(GreaterLoc, "*/");
2154 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); local
2157 InsertText(GreaterLoc, "*/");
2177 SourceLocation GreaterLoc = local
2181 InsertText(GreaterLoc, "*/");

Completed in 699 milliseconds