Home
last modified time | relevance | path

Searched refs:SkipLocalVariables (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp19726 bool SkipLocalVariables; member in __anon060bf1642811::EvaluatedExprMarker
19729 EvaluatedExprMarker(Sema &S, bool SkipLocalVariables, in EvaluatedExprMarker() argument
19731 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()
19750 if (SkipLocalVariables) { in VisitDeclRefExpr()
19776 bool SkipLocalVariables, in MarkDeclarationsReferencedInExpr() argument
19778 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5354 bool SkipLocalVariables = false,