Searched refs:RawAssertList (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | AssertSideEffectCheck.cpp | 94 RawAssertList(Options.get("AssertMacros", "assert,NSAssert,NSCAssert")), in AssertSideEffectCheck() 97 StringRef(RawAssertList).split(AssertMacros, ",", -1, false); in AssertSideEffectCheck() 103 Options.store(Opts, "AssertMacros", RawAssertList); in storeOptions()
|
H A D | AssertSideEffectCheck.h | 41 const StringRef RawAssertList; variable
|