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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h289 bool IsSameFieldName);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2451 bool IsSameFieldName) {
2518 if (!IsSameFieldName)
2540 bool IsSameFieldName = false; local
2545 IsSameFieldName =
2552 N, shouldPrune, IsSameFieldName);
2554 N, shouldPrune, IsSameFieldName);
2444 patternMatch(const Expr *Ex, const Expr *ParentEx, raw_ostream &Out, BugReporterContext &BRC, PathSensitiveBugReport &report, const ExplodedNode *N, Optional<bool> &prunable, bool IsSameFieldName) argument

Completed in 213 milliseconds