Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGTestChecker.cpp94 mutable IdentifierInfo *AssertionResultII; member in __anonbf1ca27a0111::GTestChecker
122 GTestChecker::GTestChecker() : AssertionResultII(nullptr), SuccessII(nullptr) {} in GTestChecker()
195 if (CtorParent->getIdentifier() != AssertionResultII) in checkPostCall()
240 if (AssertionResultII) in initIdentifierInfo()
243 AssertionResultII = &Ctx.Idents.get("AssertionResult"); in initIdentifierInfo()