clang 20.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
LambdaScopeForCallOperatorInstantiationRAII (Sema &SemasRef, FunctionDecl *FD, MultiLevelTemplateArgumentList MLTAL, LocalInstantiationScope &Scope, bool ShouldAddDeclsFromParentScope=true) | |
Sema::LambdaScopeForCallOperatorInstantiationRAII::LambdaScopeForCallOperatorInstantiationRAII | ( | Sema & | SemasRef, |
FunctionDecl * | FD, | ||
MultiLevelTemplateArgumentList | MLTAL, | ||
LocalInstantiationScope & | Scope, | ||
bool | ShouldAddDeclsFromParentScope = true |
||
) |
Definition at line 2381 of file SemaLambda.cpp.
References clang::Sema::FunctionScopeRAII::disable(), clang::getLambdaAwareParentOfDeclContext(), getPatternFunctionDecl(), clang::isLambdaCallOperator(), clang::Sema::RebuildLambdaScopeInfo(), and clang::SemaBase::SemaRef.