Lines Matching refs:IgnoreExprNodes
1891 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getSubExprAsWritten()
1896 SubExpr = IgnoreExprNodes(cast<CXXConstructExpr>(SubExpr)->getArg(0), in getSubExprAsWritten()
1913 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getConversionFunction()
2934 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
2938 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
2942 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
2946 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
2950 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
2954 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
2959 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
2971 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
2976 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
3002 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
3042 return IgnoreExprNodes( in IgnoreUnlessSpelledInSource()