Home
last modified time | relevance | path

Searched defs:shouldIgnore (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp59 bool APIIgnoresList::shouldIgnore(StringRef SymbolName) const { in shouldIgnore() function in APIIgnoresList
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DIncludeCleanerCheck.cpp97 bool IncludeCleanerCheck::shouldIgnore(const include_cleaner::Header &H) { shouldIgnore() function in clang::tidy::misc::IncludeCleanerCheck
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h331 bool shouldIgnore() const { return sexpr() == nullptr; } in shouldIgnore() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp270 static bool shouldIgnore(Stmt *S) { in shouldIgnore() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
/llvm-project/clang-tools-extra/clangd/
H A DSelection.cpp194 bool shouldIgnore(const syntax::Token &Tok) { in shouldIgnore() function