Home
last modified time | relevance | path

Searched refs:getEnclosingLambda (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp302 if (auto *LSI = getEnclosingLambda()) { in DiagnoseUnexpandedParameterPacks()
DSema.cpp2057 LambdaScopeInfo *Sema::getEnclosingLambda() const { in getEnclosingLambda() function in Sema
DSemaTemplate.cpp1050 if (auto *LSI = getEnclosingLambda()) in ActOnTypeParameter()
1545 if (auto *LSI = getEnclosingLambda()) in ActOnNonTypeTemplateParameter()
1612 if (auto *LSI = getEnclosingLambda()) in ActOnTemplateTemplateParameter()
DSemaDecl.cpp13723 if (auto *LSI = getEnclosingLambda()) in CheckParameter()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1754 sema::LambdaScopeInfo *getEnclosingLambda() const;