Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DAssertSideEffectCheck.cpp28 AST_MATCHER_P2(Expr, hasSideEffect, bool, CheckFunctionCalls, in AST_MATCHER_P2() argument
63 if (!CheckFunctionCalls) in AST_MATCHER_P2()
93 CheckFunctionCalls(Options.get("CheckFunctionCalls", false)), in AssertSideEffectCheck()
102 Options.store(Opts, "CheckFunctionCalls", CheckFunctionCalls); in storeOptions()
114 CheckFunctionCalls, IgnoredFunctionsMatcher)))); in registerMatchers()
H A DAssertSideEffectCheck.h40 const bool CheckFunctionCalls;
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dassert-side-effect.rst19 .. option:: CheckFunctionCalls