reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2110     Loc = VD->getLocation();
 2114     Loc = FD->getLocation();
 2125     Loc = FD->getLocation();
 2134     const char *endBuf = SM->getCharacterData(Loc);
 2141       SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
 2142       SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
 2151   const char *startBuf = SM->getCharacterData(Loc);
 2164           Loc.getLocWithOffset(startRef-startFuncBuf);
 2166           Loc.getLocWithOffset(endRef-startFuncBuf+1);