Lines Matching refs:IgnoreExprNodes
1960 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getSubExprAsWritten()
1965 SubExpr = IgnoreExprNodes(cast<CXXConstructExpr>(SubExpr)->getArg(0), in getSubExprAsWritten()
1982 SubExpr = IgnoreExprNodes(E->getSubExpr(), ignoreImplicitSemaNodes); in getConversionFunction()
3015 return IgnoreExprNodes(this, IgnoreImplicitCastsSingleStep); in IgnoreImpCasts()
3019 return IgnoreExprNodes(this, IgnoreCastsSingleStep); in IgnoreCasts()
3023 return IgnoreExprNodes(this, IgnoreImplicitSingleStep); in IgnoreImplicit()
3027 return IgnoreExprNodes(this, IgnoreImplicitAsWrittenSingleStep); in IgnoreImplicitAsWritten()
3031 return IgnoreExprNodes(this, IgnoreParensSingleStep); in IgnoreParens()
3035 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenImpCasts()
3040 return IgnoreExprNodes(this, IgnoreParensSingleStep, IgnoreCastsSingleStep); in IgnoreParenCasts()
3052 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenLValueCasts()
3057 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenBaseCasts()
3083 return IgnoreExprNodes(this, IgnoreParensSingleStep, in IgnoreParenNoopCasts()
3123 return IgnoreExprNodes( in IgnoreUnlessSpelledInSource()