Lines Matching refs:FromParent
599 const DSAVarData getTopDSA(ValueDecl *D, bool FromParent);
601 const DSAVarData getImplicitDSA(ValueDecl *D, bool FromParent) const;
613 bool FromParent) const;
621 bool FromParent) const;
641 bool FromParent) const;
1754 bool FromParent) { in getTopDSA() argument
1844 if (FromParent && I != EndI) in getTopDSA()
1881 MatchesAlways, FromParent); in getTopDSA()
1894 if (FromParent && I != EndI) in getTopDSA()
1914 bool FromParent) const { in getImplicitDSA()
1922 if (FromParent && StartI != EndI) in getImplicitDSA()
1942 bool FromParent) const { in hasDSA()
1948 if (FromParent && I != EndI) in hasDSA()
1965 bool FromParent) const { in hasInnermostDSA()
1971 if (FromParent && StartI != EndI) in hasInnermostDSA()
2015 bool FromParent) const { in hasDirective()
2017 size_t Skip = FromParent ? 2 : 1; in hasDirective()