Home
last modified time | relevance | path

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

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