Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h344 SourceLocation LessLoc; member