Home
last modified time | relevance | path

Searched refs:ExpressionEvaluationContextRecord (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSema.cpp126 ExpressionEvaluationContextRecord(PotentiallyEvaluated, 0, in Sema()
DSemaLambda.cpp345 Sema::ExpressionEvaluationContextRecord::getMangleNumberingContext( in getMangleNumberingContext()
DSemaExpr.cpp11268 ExpressionEvaluationContextRecord(NewContext, in PushExpressionEvaluationContext()
11287 ExpressionEvaluationContextRecord& Rec = ExprEvalContexts.back(); in PopExpressionEvaluationContext()
/external/clang/include/clang/Sema/
DSema.h730 struct ExpressionEvaluationContextRecord { struct
770 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() function
789 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument