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

References

tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2194     Loc = VD->getLocation();
 2198     Loc = FD->getLocation();
 2209     Loc = FD->getLocation();
 2213     Loc = TD->getLocation();
 2222     const char *endBuf = SM->getCharacterData(Loc);
 2229       SourceLocation LessLoc = Loc.getLocWithOffset(startRef-endBuf);
 2230       SourceLocation GreaterLoc = Loc.getLocWithOffset(endRef-endBuf+1);
 2239   const char *startBuf = SM->getCharacterData(Loc);
 2252           Loc.getLocWithOffset(startRef-startFuncBuf);
 2254           Loc.getLocWithOffset(endRef-startFuncBuf+1);