Searched refs:NeedToAddForLPCsAsDisabled (Results 1 – 2 of 2) sorted by relevance
292 &NeedToAddForLPCsAsDisabled) const;
11460 llvm::DenseSet<CanonicalDeclPtr<const Decl>> &NeedToAddForLPCsAsDisabled) in tryToDisableInnerAnalysis()11530 NeedToAddForLPCsAsDisabled.insert(VD); in tryToDisableInnerAnalysis()11575 llvm::DenseSet<CanonicalDeclPtr<const Decl>> NeedToAddForLPCsAsDisabled; in LastprivateConditionalRAII() local11576 tryToDisableInnerAnalysis(S, NeedToAddForLPCsAsDisabled); in LastprivateConditionalRAII()11577 if (!NeedToAddForLPCsAsDisabled.empty()) { in LastprivateConditionalRAII()11581 for (const Decl *VD : NeedToAddForLPCsAsDisabled) in LastprivateConditionalRAII()