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.cpp20355 bool SkipLocalVariables; member in __anon9e9a06343511::EvaluatedExprMarker
20358 EvaluatedExprMarker(Sema &S, bool SkipLocalVariables, in EvaluatedExprMarker() argument
20360 : Inherited(S), SkipLocalVariables(SkipLocalVariables), StopAt(StopAt) {} in EvaluatedExprMarker()
20379 if (SkipLocalVariables) { in VisitDeclRefExpr()
20399 bool SkipLocalVariables, in MarkDeclarationsReferencedInExpr() argument
20401 EvaluatedExprMarker(*this, SkipLocalVariables, StopAt).Visit(E); in MarkDeclarationsReferencedInExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7085 bool SkipLocalVariables = false,