Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2103 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2148 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2170 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
H A DRewriteModernObjC.cpp2186 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2235 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2257 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7864 SourceLocation LessLoc; member