Home | History | Annotate | Download | only in AST

Lines Matching refs:Dependent

534                          bool Dependent, bool IsGeneric, 
536 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric),
549 /// \brief Whether this lambda is known to be dependent, even if its
550 /// context isn't dependent.
552 /// A lambda with a non-dependent context can be dependent if it occurs
557 unsigned Dependent : 1;
744 /// \brief Determine whether this class has any dependent base classes which
1413 /// \brief Determine whether this dependent class is a current instantiation,
1485 /// for every base class, even if a dependent or non-matching base was
1673 /// \brief Determine whether this lambda expression was known to be dependent
1675 /// dependent.
1681 /// the function declaration, which may be non-dependent even when the
1682 /// function declaration itself is dependent. This flag indicates when we
1683 /// know that the lambda is dependent despite that.
1685 return isLambda() && getLambdaData().Dependent;
2996 /// \brief Represents a dependent using declaration which was not marked with
2999 /// Unlike non-dependent using declarations, these *only* bring through
3079 /// \brief Represents a dependent using declaration which was marked with