Searched defs:shouldIgnore (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/ExtractAPI/ | ||
H A D | APIIgnoresList.cpp | 59 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore() function in APIIgnoresList |
/llvm-project/clang-tools-extra/clang-tidy/misc/ | ||
H A D | IncludeCleanerCheck.cpp | 97 bool IncludeCleanerCheck::shouldIgnore(const include_cleaner::Header &H) { shouldIgnore() function in clang::tidy::misc::IncludeCleanerCheck |
/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | ThreadSafetyCommon.h | 331 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function |
/llvm-project/clang-tools-extra/clang-tidy/readability/ | ||
H A D | SimplifyBooleanExprCheck.cpp | 270 static bool shouldIgnore(Stmt *S) { in shouldIgnore() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | Selection.cpp | 194 bool shouldIgnore(const syntax::Token &Tok) { in shouldIgnore() function |