Home
last modified time | relevance | path

Searched defs:StrictMode (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousEnumUsageCheck.h32 const bool StrictMode; variable
H A DArgumentCommentCheck.cpp176 static bool sameName(StringRef InComment, StringRef InDecl, bool StrictMode) { in sameName()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DAvoidReturnWithVoidValueCheck.h39 bool StrictMode; variable
H A DRedundantInlineSpecifierCheck.h37 const bool StrictMode; variable
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFormatStringConverter.h37 bool StrictMode = false; member
H A DFormatStringConverter.cpp178 castMismatchedIntegerTypes(const CallExpr * Call,bool StrictMode) castMismatchedIntegerTypes() argument