Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2096 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2141 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2163 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
DRewriteModernObjC.cpp2181 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-startBuf); in RewriteObjCQualifiedInterfaceTypes() local
2230 SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf); in RewriteObjCQualifiedInterfaceTypes() local
2252 SourceLocation LessLoc = in RewriteObjCQualifiedInterfaceTypes() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
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
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
/external/llvm-project/clang/include/clang/Parse/
DParser.h331 SourceLocation LessLoc; member