reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 if (Error ? !isValid(*Error) : !isValid())
tools/clang/lib/Analysis/CloneDetection.cpp 157 !IgnoredFilesRegex->isValid())
tools/lldb/source/Utility/RegularExpression.cpp 31 bool RegularExpression::IsValid() const { return m_regex.isValid(); }