Searched refs:GreaterLoc (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/AST/ |
D | CommentSema.h | 176 SourceLocation GreaterLoc,
|
D | Comment.h | 499 void setGreaterLoc(SourceLocation GreaterLoc) { in setGreaterLoc() argument 500 Range.setEnd(GreaterLoc); in setGreaterLoc()
|
/external/llvm-project/clang/include/clang/AST/ |
D | CommentSema.h | 175 SourceLocation GreaterLoc,
|
D | Comment.h | 493 void setGreaterLoc(SourceLocation GreaterLoc) { in setGreaterLoc() argument 494 Range.setEnd(GreaterLoc); in setGreaterLoc()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 466 SourceLocation GreaterLoc, in actOnHTMLStartTagFinish() argument 469 Tag->setGreaterLoc(GreaterLoc); in actOnHTMLStartTagFinish()
|
/external/llvm-project/clang/lib/AST/ |
D | CommentSema.cpp | 468 SourceLocation GreaterLoc, in actOnHTMLStartTagFinish() argument 471 Tag->setGreaterLoc(GreaterLoc); in actOnHTMLStartTagFinish()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2097 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2100 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2142 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2145 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2165 SourceLocation GreaterLoc = in RewriteObjCQualifiedInterfaceTypes() local 2169 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
|
D | RewriteModernObjC.cpp | 2182 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2185 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2231 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2234 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2254 SourceLocation GreaterLoc = in RewriteObjCQualifiedInterfaceTypes() local 2258 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2106 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2109 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2151 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2154 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2174 SourceLocation GreaterLoc = in RewriteObjCQualifiedInterfaceTypes() local 2178 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
|
D | RewriteModernObjC.cpp | 2188 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2191 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2237 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes() local 2240 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes() 2260 SourceLocation GreaterLoc = in RewriteObjCQualifiedInterfaceTypes() local 2264 InsertText(GreaterLoc, "*/"); in RewriteObjCQualifiedInterfaceTypes()
|