Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2948 bool IsSameFieldName) { in patternMatch() argument
3014 if (!IsSameFieldName) in patternMatch()
3037 bool IsSameFieldName = false; in VisitTrueTest() local
3042 IsSameFieldName = in VisitTrueTest()
3049 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
3051 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h518 bool IsSameFieldName);