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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h175 SourceLocation GreaterLoc,
H A DComment.h495 void setGreaterLoc(SourceLocation GreaterLoc) { argument
496 Range.setEnd(GreaterLoc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp465 SourceLocation GreaterLoc,
468 Tag->setGreaterLoc(GreaterLoc);
462 actOnHTMLStartTagFinish( HTMLStartTagComment *Tag, ArrayRef<HTMLStartTagComment::Attribute> Attrs, SourceLocation GreaterLoc, bool IsSelfClosing) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2103 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); local
2106 InsertText(GreaterLoc, "*/");
2148 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); local
2151 InsertText(GreaterLoc, "*/");
2171 SourceLocation GreaterLoc = local
2175 InsertText(GreaterLoc, "*/");
H A DRewriteModernObjC.cpp2185 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); local
2188 InsertText(GreaterLoc, "*/");
2234 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); local
2237 InsertText(GreaterLoc, "*/");
2257 SourceLocation GreaterLoc = local
2261 InsertText(GreaterLoc, "*/");

Completed in 215 milliseconds