Searched refs:LDK_AlwaysDependent (Results 1 – 3 of 3) sorted by relevance
1080 LambdaDependencyKind = CXXRecordDecl::LDK_AlwaysDependent; in ActOnLambdaExpressionAfterIntroducer()1099 LambdaDependencyKind = CXXRecordDecl::LDK_AlwaysDependent; in ActOnLambdaExpressionAfterIntroducer()
1650 return CXXRecordDecl::LambdaDependencyKind::LDK_AlwaysDependent; in ComputeLambdaDependency()1653 return CXXRecordDecl::LambdaDependencyKind::LDK_AlwaysDependent; in ComputeLambdaDependency()
286 LDK_AlwaysDependent, enumerator1856 return isLambda() && getLambdaData().DependencyKind == LDK_AlwaysDependent; in isDependentLambda()