Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1080 LambdaDependencyKind = CXXRecordDecl::LDK_AlwaysDependent; in ActOnLambdaExpressionAfterIntroducer()
1099 LambdaDependencyKind = CXXRecordDecl::LDK_AlwaysDependent; in ActOnLambdaExpressionAfterIntroducer()
H A DSemaTemplateInstantiate.cpp1650 return CXXRecordDecl::LambdaDependencyKind::LDK_AlwaysDependent; in ComputeLambdaDependency()
1653 return CXXRecordDecl::LambdaDependencyKind::LDK_AlwaysDependent; in ComputeLambdaDependency()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h286 LDK_AlwaysDependent, enumerator
1856 return isLambda() && getLambdaData().DependencyKind == LDK_AlwaysDependent; in isDependentLambda()