Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1627 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls);
H A DCGOpenMPRuntime.cpp11848 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls) { in checkAndEmitSharedLastprivateConditional() argument
11864 if (!CS->capturesVariable(VD) || IgnoredDecls.contains(VD)) in checkAndEmitSharedLastprivateConditional()