Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp468 SourceLocation GreaterLoc, in actOnHTMLStartTagFinish()
/netbsd-src/external/apache2/llvm/dist/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.cpp2188 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-startBuf+1); in RewriteObjCQualifiedInterfaceTypes() local
2237 SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1); in RewriteObjCQualifiedInterfaceTypes() local
2260 SourceLocation GreaterLoc = in RewriteObjCQualifiedInterfaceTypes() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h493 void setGreaterLoc(SourceLocation GreaterLoc) { in setGreaterLoc()