Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2962 bool IsSameFieldName) { in patternMatch() argument
3028 if (!IsSameFieldName) in patternMatch()
3051 bool IsSameFieldName = false; in VisitTrueTest() local
3056 IsSameFieldName = in VisitTrueTest()
3063 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
3065 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h519 bool IsSameFieldName);