Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp761 static bool isSameRawIdentifierToken(const Token &T1, const Token &T2, in isSameRawIdentifierToken() function
811 isSameRawIdentifierToken(LTok, RTok, SM) && in areExprsFromDifferentMacros()
816 !isSameRawIdentifierToken(LTok, RTok, SM); in areExprsFromDifferentMacros()