Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DASTUtils.cpp40 bool exprHasBitFlagWithSpelling(const Expr *Flags, const SourceManager &SM, in exprHasBitFlagWithSpelling() function
58 return exprHasBitFlagWithSpelling(BO->getLHS()->IgnoreParenCasts(), SM, in exprHasBitFlagWithSpelling()
60 exprHasBitFlagWithSpelling(BO->getRHS()->IgnoreParenCasts(), SM, in exprHasBitFlagWithSpelling()
H A DASTUtils.h26 bool exprHasBitFlagWithSpelling(const Expr *Flags, const SourceManager &SM,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/
H A DCloexecCheck.cpp60 if (utils::exprHasBitFlagWithSpelling(FlagArg->IgnoreParenCasts(), SM, in insertMacroFlag()