Searched refs:PushExpressionEvaluationContext (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp379 PushExpressionEvaluationContext(UnevaluatedAbstract,
H A DSemaLambda.cpp1130 PushExpressionEvaluationContext(PotentiallyEvaluated);
H A DSemaStmt.cpp3387 PushExpressionEvaluationContext(PotentiallyEvaluated);
3439 PushExpressionEvaluationContext(PotentiallyEvaluated);
H A DSemaTemplateInstantiateDecl.cpp3670 PushExpressionEvaluationContext(Sema::ConstantEvaluated, OldVar);
3672 PushExpressionEvaluationContext(Sema::PotentiallyEvaluated, OldVar);
H A DSemaExpr.cpp10088 PushExpressionEvaluationContext(ExprEvalContexts.back().Context);
10443 PushExpressionEvaluationContext(PotentiallyEvaluated);
11264 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, function in class:Sema
11279 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, function in class:Sema
11283 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);
H A DSemaOpenMP.cpp480 PushExpressionEvaluationContext(PotentiallyEvaluated);
H A DTreeTransform.h8884 getSema().PushExpressionEvaluationContext(Sema::PotentiallyEvaluated);
H A DSemaDeclCXX.cpp12452 PushExpressionEvaluationContext(PotentiallyEvaluated, D);
/external/clang/include/clang/Sema/
H A DSema.h590 S.PushExpressionEvaluationContext(Sema::PotentiallyEvaluated);
3247 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
3251 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
8416 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl,
8424 Actions.PushExpressionEvaluationContext(NewContext,

Completed in 346 milliseconds