Lines Matching refs:FromParent
565 const DSAVarData getTopDSA(ValueDecl *D, bool FromParent);
567 const DSAVarData getImplicitDSA(ValueDecl *D, bool FromParent) const;
577 bool FromParent) const;
585 bool FromParent) const;
605 bool FromParent) const;
1598 bool FromParent) { in getTopDSA() argument
1689 if (FromParent && I != EndI) in getTopDSA()
1726 MatchesAlways, FromParent); in getTopDSA()
1739 if (FromParent && I != EndI) in getTopDSA()
1759 bool FromParent) const { in getImplicitDSA()
1767 if (FromParent && StartI != EndI) in getImplicitDSA()
1785 bool FromParent) const { in hasDSA()
1791 if (FromParent && I != EndI) in hasDSA()
1808 bool FromParent) const { in hasInnermostDSA()
1814 if (FromParent && StartI != EndI) in hasInnermostDSA()
1858 bool FromParent) const { in hasDirective()
1860 size_t Skip = FromParent ? 2 : 1; in hasDirective()