Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp66 bool IsInvalidated; member
71 InvalidationInfo() : IsInvalidated(false) {} in InvalidationInfo()
81 if (IsInvalidated) in hasMethod()
86 IsInvalidated = true; in hasMethod()