Lines Matching refs:IgnoreExprNodes
2755 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
2759 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
2763 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
2767 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
2771 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
2775 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
2780 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
2792 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
2797 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
2823 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
2863 return IgnoreExprNodes( in IgnoreUnlessSpelledInSource()