Home
last modified time | relevance | path

Searched defs:LessLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2096 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2141 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2163 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
H A DRewriteModernObjC.cpp2183 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2232 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2254 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h288 SourceLocation LessLoc; member