Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp345 Sema::ExpressionEvaluationContextRecord::getMangleNumberingContext( in getMangleNumberingContext()
DSemaExpr.cpp11970 ExpressionEvaluationContextRecord& Rec = ExprEvalContexts.back(); in PopExpressionEvaluationContext()
/external/clang/include/clang/Sema/
DSema.h741 struct ExpressionEvaluationContextRecord { struct
785 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument
805 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument