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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp188 static bool SummarizeRegion(raw_ostream &os, ASTContext &Ctx,
853 if (SummarizeRegion(os, C.getASTContext(), MR))
1007 bool CStringChecker::SummarizeRegion(raw_ostream &os, ASTContext &Ctx, function in class:__anon750::CStringChecker
H A DMallocChecker.cpp632 static bool SummarizeRegion(raw_ostream &os, const MemRegion *MR);
1974 bool MallocChecker::SummarizeRegion(raw_ostream &os, function in class:MallocChecker
2078 bool Summarized = MR ? SummarizeRegion(os, MR)

Completed in 164 milliseconds