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.cpp2919 bool IsSameFieldName) { in patternMatch() argument
2985 if (!IsSameFieldName) in patternMatch()
3008 bool IsSameFieldName = false; in VisitTrueTest() local
3013 IsSameFieldName = in VisitTrueTest()
3020 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
3022 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h519 bool IsSameFieldName);