Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp20858 bool SkipLocalVariables; member in __anon3f436b6a3311::EvaluatedExprMarker
20861 EvaluatedExprMarker(Sema &S, bool SkipLocalVariables, in EvaluatedExprMarker() argument
20863 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()
20882 if (SkipLocalVariables) { in VisitDeclRefExpr()
20908 bool SkipLocalVariables, in MarkDeclarationsReferencedInExpr() argument
20910 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5620 Expr *E, bool SkipLocalVariables = false,