Lines Matching refs:IgnoreExprNodes
2909 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
2913 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
2917 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
2921 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
2925 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
2929 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
2934 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
2946 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
2951 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
2977 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
3017 return IgnoreExprNodes( in IgnoreUnlessSpelledInSource()