Searched refs:IgnoredTypes (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | easily-swappable-parameters-ignore-default.cpp | 8 namespace IgnoredTypes { namespace 42 void f2(IgnoredTypes::Bool Foo, IgnoredTypes::Bool Bar) {} in f2() 43 void f3(IgnoredTypes::_Bool Foo, IgnoredTypes::_Bool Bar) {} in f3() 44 void f4(IgnoredTypes::it Foo, IgnoredTypes::it Bar) {} in f4() 45 void f5(IgnoredTypes::It Foo, IgnoredTypes::It Bar) {} in f5() 46 void f6(IgnoredTypes::iterator Foo, IgnoredTypes::iterator Bar) {} in f6() 47 void f7(IgnoredTypes::Iterator Foo, IgnoredTypes::Iterator Bar) {} in f7() 48 void f8(IgnoredTypes::inputit Foo, IgnoredTypes::inputit Bar) {} in f8() 49 void f9(IgnoredTypes::InputIt Foo, IgnoredTypes::InputIt Bar) {} in f9() 52 void f12(IgnoredTypes::bidirit Foo, IgnoredTypes::bidirit Bar) {} in f12() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | ExceptionAnalyzer.cpp | 75 const llvm::StringSet<> &IgnoredTypes, bool IgnoreBadAlloc) { in filterIgnoredExceptions() argument 84 (IgnoredTypes.count(TD->getName()) > 0)) in filterIgnoredExceptions()
|
| H A D | ExceptionAnalyzer.h | 89 filterIgnoredExceptions(const llvm::StringSet<> &IgnoredTypes,
|