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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h1 //== SValExplainer.h - Symbolic value explainer -----------------*- C++ -*--==//
9 // This file defines SValExplainer, a class for pretty-printing a
27 class SValExplainer : public FullSValVisitor<SValExplainer, std::string> { class in namespace:clang::ento
46 SValExplainer(ASTContext &Ctx) : ACtx(Ctx) {} function in class:clang::ento::SValExplainer
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp12 #include "clang/StaticAnalyzer/Checkers/SValExplainer.h"
254 SValExplainer Ex(C.getASTContext());

Completed in 109 milliseconds