Searched refs:IsGeneric (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 413 bool IsGeneric, LambdaCaptureDefault CaptureDefault) in LambdaDefinitionData() 414 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric), in LambdaDefinitionData() 551 bool DependentLambda, bool IsGeneric,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 150 bool Dependent, bool IsGeneric, in CreateLambda() argument 156 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric, in CreateLambda()
|