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

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

Completed in 126 milliseconds