Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1879 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls);
H A DCGOpenMPRuntime.cpp12697 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls) { in checkAndEmitSharedLastprivateConditional() argument
12713 if (!CS->capturesVariable(VD) || IgnoredDecls.contains(VD)) in checkAndEmitSharedLastprivateConditional()