Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2930 bool IsSameFieldName) { in patternMatch() argument
2996 if (!IsSameFieldName) in patternMatch()
3019 bool IsSameFieldName = false; in VisitTrueTest() local
3024 IsSameFieldName = in VisitTrueTest()
3031 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
3033 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h509 bool IsSameFieldName);