Home
last modified time | relevance | path

Searched refs:LDK_AlwaysDependent (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp1080 LambdaDependencyKind = CXXRecordDecl::LDK_AlwaysDependent; in ActOnLambdaExpressionAfterIntroducer()
1099 LambdaDependencyKind = CXXRecordDecl::LDK_AlwaysDependent; in ActOnLambdaExpressionAfterIntroducer()
HDSemaTemplateInstantiate.cpp1650 return CXXRecordDecl::LambdaDependencyKind::LDK_AlwaysDependent; in ComputeLambdaDependency()
1653 return CXXRecordDecl::LambdaDependencyKind::LDK_AlwaysDependent; in ComputeLambdaDependency()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h286 LDK_AlwaysDependent, enumerator
1856 return isLambda() && getLambdaData().DependencyKind == LDK_AlwaysDependent; in isDependentLambda()