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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4594 /*SkipLocalVariables=*/true);
14121 bool SkipLocalVariables; member in class:__anon1845::EvaluatedExprMarker
14126 EvaluatedExprMarker(Sema &S, bool SkipLocalVariables) argument
14127 : Inherited(S.Context), S(S), SkipLocalVariables(SkipLocalVariables) { }
14131 if (SkipLocalVariables) {
14193 /// \param SkipLocalVariables If true, don't mark local variables as
14196 bool SkipLocalVariables) {
14197 EvaluatedExprMarker(*this, SkipLocalVariables).Visit(E);
14195 MarkDeclarationsReferencedInExpr(Expr *E, bool SkipLocalVariables) argument
/external/clang/include/clang/Sema/
H A DSema.h3743 bool SkipLocalVariables = false);

Completed in 460 milliseconds