Home
last modified time | relevance | path

Searched defs:GreaterLoc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp440 SourceLocation GreaterLoc, in actOnHTMLStartTagFinish()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2106 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes() local
2151 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes() local
2174 SourceLocation GreaterLoc = in RewriteObjCQualifiedInterfaceTypes() local
H A DRewriteModernObjC.cpp2189 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes() local
2238 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes() local
2261 SourceLocation GreaterLoc = in RewriteObjCQualifiedInterfaceTypes() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h485 void setGreaterLoc(SourceLocation GreaterLoc) { in setGreaterLoc()