Searched refs:FullSValVisitor (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h10 // interfaces, and also FullSValVisitor, which visits all three hierarchies.
134 /// FullSValVisitor - a convenient mixed visitor for all three:
137 class FullSValVisitor : public SValVisitor<ImplClass, RetTy>, class in namespace:clang::ento
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h27 class SValExplainer : public FullSValVisitor<SValExplainer, std::string> {
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp132 : public FullSValVisitor<TypeRetrievingVisitor, QualType> {
H A DSimpleSValBuilder.cpp1211 class Simplifier : public FullSValVisitor<Simplifier, SVal> {

Completed in 70 milliseconds