Lines Matching refs:IgnoreExprNodes
2837 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
2841 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
2845 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
2849 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
2853 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
2857 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
2862 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
2874 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
2879 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
2905 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
2945 return IgnoreExprNodes( in IgnoreUnlessSpelledInSource()