Searched refs:IsGeneric (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 439 bool IsGeneric, LambdaCaptureDefault CaptureDefault) in LambdaDefinitionData() 440 : DefinitionData(D), DependencyKind(DK), IsGenericLambda(IsGeneric), in LambdaDefinitionData() 580 unsigned DependencyKind, bool IsGeneric, 1884 void setLambdaIsGeneric(bool IsGeneric) { in setLambdaIsGeneric() argument 1888 DL.IsGenericLambda = IsGeneric; in setLambdaIsGeneric()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 150 unsigned DependencyKind, bool IsGeneric, in CreateLambda() argument 156 R, Info, DependencyKind, IsGeneric, CaptureDefault); in CreateLambda()
|