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

/external/clang/lib/Sema/
H A DSemaExpr.cpp3628 /*SkipLocalVariables=*/true);
11354 bool SkipLocalVariables; member in class:__anon3898::EvaluatedExprMarker
11359 EvaluatedExprMarker(Sema &S, bool SkipLocalVariables) argument
11360 : Inherited(S.Context), S(S), SkipLocalVariables(SkipLocalVariables) { }
11364 if (SkipLocalVariables) {
11426 /// \param SkipLocalVariables If true, don't mark local variables as
11429 bool SkipLocalVariables) {
11430 EvaluatedExprMarker(*this, SkipLocalVariables).Visit(E);
11428 MarkDeclarationsReferencedInExpr(Expr *E, bool SkipLocalVariables) argument
/external/clang/include/clang/Sema/
H A DSema.h2965 bool SkipLocalVariables = false);

Completed in 149 milliseconds