Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2673 bool IsSameFieldName) { in patternMatch() argument
2740 if (!IsSameFieldName) in patternMatch()
2762 bool IsSameFieldName = false; in VisitTrueTest() local
2767 IsSameFieldName = in VisitTrueTest()
2774 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
2776 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h511 bool IsSameFieldName);