Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2525 InstantiationAndPatterns; in LambdaScopeForCallOperatorInstantiationRAII() local
2527 InstantiationAndPatterns.emplace_back(FDPattern, FD); in LambdaScopeForCallOperatorInstantiationRAII()
2544 for (auto [FDPattern, FD] : llvm::reverse(InstantiationAndPatterns)) { in LambdaScopeForCallOperatorInstantiationRAII()