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

References

tools/clang/tools/extra/clangd/refactor/tweaks/RawStringLiteral.cpp
   58   for (auto I = Str.tokloc_begin(), E = Str.tokloc_end(); I != E; ++I) {
   58   for (auto I = Str.tokloc_begin(), E = Str.tokloc_end(); I != E; ++I) {
   59     if (I->isMacroID()) // No tokens in the string may be macro expansions.
   61     if (SM.isBeforeInTranslationUnit(*I, Cursor) || *I == Cursor)
   61     if (SM.isBeforeInTranslationUnit(*I, Cursor) || *I == Cursor)
   62       LastTokenBeforeCursor = *I;