Searched refs:CheckFunctionCalls (Results 1 – 3 of 3) sorted by relevance
28 AST_MATCHER_P(Expr, hasSideEffect, bool, CheckFunctionCalls) { in AST_MATCHER_P() argument55 bool Result = CheckFunctionCalls; in AST_MATCHER_P()74 CheckFunctionCalls(Options.get("CheckFunctionCalls", false)), in AssertSideEffectCheck()81 Options.store(Opts, "CheckFunctionCalls", CheckFunctionCalls); in storeOptions()88 hasDescendant(expr(hasSideEffect(CheckFunctionCalls)))); in registerMatchers()
42 const bool CheckFunctionCalls;
19 .. option:: CheckFunctionCalls