Searched refs:SkipLocalVariables (Results 1 – 2 of 2) sorted by relevance
20355 bool SkipLocalVariables; member in __anon9e9a06343511::EvaluatedExprMarker20358 EvaluatedExprMarker(Sema &S, bool SkipLocalVariables, in EvaluatedExprMarker() argument20360 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()20379 if (SkipLocalVariables) { in VisitDeclRefExpr()20399 bool SkipLocalVariables, in MarkDeclarationsReferencedInExpr() argument20401 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
7085 bool SkipLocalVariables = false,