Home
last modified time | relevance | path

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

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