Home | History | Annotate | Download | only in AST

Lines Matching defs:Dependent

548                          bool Dependent, bool IsGeneric, 
550 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric),
562 /// \brief Whether this lambda is known to be dependent, even if its
563 /// context isn't dependent.
565 /// A lambda with a non-dependent context can be dependent if it occurs
570 unsigned Dependent : 1;
767 /// \brief Determine whether this class has any dependent base classes which
1541 /// \brief Determine whether this dependent class is a current instantiation,
1613 /// for every base class, even if a dependent or non-matching base was
1648 /// dependent base classes.
1698 /// of the given name within a C++ class hierarchy, including dependent
1730 /// Performs an imprecise lookup of a dependent name in this class.
1827 /// \brief Determine whether this lambda expression was known to be dependent
1829 /// dependent.
1835 /// the function declaration, which may be non-dependent even when the
1836 /// function declaration itself is dependent. This flag indicates when we
1837 /// know that the lambda is dependent despite that.
1839 return isLambda() && getLambdaData().Dependent;
3410 /// \brief Represents a dependent using declaration which was not marked with
3413 /// Unlike non-dependent using declarations, these *only* bring through
3507 /// \brief Represents a dependent using declaration which was marked with
3664 /// decomposition declaration, and when the initializer is type-dependent.