Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2105 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2150 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2172 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
H A DRewriteModernObjC.cpp2188 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2237 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2259 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h339 SourceLocation LessLoc; member