Searched refs:FDPattern (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 2387 FunctionDecl *FDPattern = getPatternFunctionDecl(FD); in LambdaScopeForCallOperatorInstantiationRAII() local 2388 if (!FDPattern) in LambdaScopeForCallOperatorInstantiationRAII() 2391 SemaRef.addInstantiatedCapturesToScope(FD, FDPattern, Scope, MLTAL); in LambdaScopeForCallOperatorInstantiationRAII() 2399 FDPattern = in LambdaScopeForCallOperatorInstantiationRAII() 2400 dyn_cast<FunctionDecl>(getLambdaAwareParentOfDeclContext(FDPattern)); in LambdaScopeForCallOperatorInstantiationRAII() 2403 if (!FDPattern || !FD) in LambdaScopeForCallOperatorInstantiationRAII() 2406 ParentInstantiations.emplace_back(FDPattern, FD); in LambdaScopeForCallOperatorInstantiationRAII() 2416 for (const auto &[FDPattern, FD] : llvm::reverse(ParentInstantiations)) { in LambdaScopeForCallOperatorInstantiationRAII() 2417 SemaRef.addInstantiatedParametersToScope(FD, FDPattern, Scope, MLTAL); in LambdaScopeForCallOperatorInstantiationRAII() 2418 SemaRef.addInstantiatedLocalVarsToScope(FD, FDPattern, Scope); in LambdaScopeForCallOperatorInstantiationRAII()
|