Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19866 bool SkipLocalVariables; member in __anon9e9a06343311::EvaluatedExprMarker
19869 EvaluatedExprMarker(Sema &S, bool SkipLocalVariables, in EvaluatedExprMarker() argument
19871 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()
19890 if (SkipLocalVariables) { in VisitDeclRefExpr()
19910 bool SkipLocalVariables, in MarkDeclarationsReferencedInExpr() argument
19912 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6666 Expr *E, bool SkipLocalVariables = false,