Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2451 bool IsSameFieldName) { in patternMatch() argument
2518 if (!IsSameFieldName) in patternMatch()
2540 bool IsSameFieldName = false; in VisitTrueTest() local
2545 IsSameFieldName = in VisitTrueTest()
2552 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
2554 N, shouldPrune, IsSameFieldName); in VisitTrueTest()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h289 bool IsSameFieldName);