Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h412 bool IsGeneric, LambdaCaptureDefault CaptureDefault) in LambdaDefinitionData()
413 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric), in LambdaDefinitionData()
550 bool DependentLambda, bool IsGeneric,
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclCXX.cpp149 bool Dependent, bool IsGeneric, in CreateLambda() argument
155 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric, in CreateLambda()