Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1857 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls);
H A DCGOpenMPRuntime.cpp12522 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls) { in checkAndEmitSharedLastprivateConditional() argument
12538 if (!CS->capturesVariable(VD) || IgnoredDecls.count(VD) > 0) in checkAndEmitSharedLastprivateConditional()