Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Concept

720   class Concept;
728 std::vector<std::unique_ptr<Concept>> AAs;
737 /// A private abstract base class describing the concept of an individual alias
746 class AAResults::Concept {
748 virtual ~Concept() = 0;
803 /// A private class template which derives from \c Concept and wraps some other
806 /// This models the concept by directly forwarding each interface point to the
809 template <typename AAResultT> class AAResults::Model final : public Concept {
854 /// analysis results concept.