Home
last modified time | relevance | path

Searched refs:IsGeneric (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h413 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 DDeclCXX.cpp150 bool Dependent, bool IsGeneric, in CreateLambda() argument
156 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric, in CreateLambda()