Home
last modified time | relevance | path

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

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