Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2187 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2236 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2258 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h393 SourceLocation LessLoc; member