Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1849 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls);
DCGOpenMPRuntime.cpp12351 const llvm::DenseSet<CanonicalDeclPtr<const VarDecl>> &IgnoredDecls) { in checkAndEmitSharedLastprivateConditional() argument
12367 if (!CS->capturesVariable(VD) || IgnoredDecls.count(VD) > 0) in checkAndEmitSharedLastprivateConditional()