Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2754 bool IsSameFieldName) { in patternMatch() argument
2820 if (!IsSameFieldName) in patternMatch()
2843 bool IsSameFieldName = false; in VisitTrueTest() local
2848 IsSameFieldName = in VisitTrueTest()
2855 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
2857 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h512 bool IsSameFieldName);