Home
last modified time | relevance | path

Searched refs:RTok (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp806 Token LTok, RTok; in areExprsFromDifferentMacros() local
809 RRawLex.LexFromRawLexer(RTok); in areExprsFromDifferentMacros()
810 } while (!LTok.is(tok::eof) && !RTok.is(tok::eof) && in areExprsFromDifferentMacros()
811 isSameRawIdentifierToken(LTok, RTok, SM) && in areExprsFromDifferentMacros()
813 !isTokAtEndOfExpr(Rsr, RTok, SM)); in areExprsFromDifferentMacros()
815 !isTokAtEndOfExpr(Rsr, RTok, SM)) || in areExprsFromDifferentMacros()
816 !isSameRawIdentifierToken(LTok, RTok, SM); in areExprsFromDifferentMacros()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp777 auto RTok = R.SpelledTok.location(); in take() local
778 return std::tie(LTok, L.Role) < std::tie(RTok, R.Role); in take()
784 auto RTok = R.SpelledTok.location(); in take() local
786 std::tie(RTok, R.Role); in take()