Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLambda.cpp345 Sema::ExpressionEvaluationContextRecord::getMangleNumberingContext( in getMangleNumberingContext()
HDSemaExpr.cpp12076 ExpressionEvaluationContextRecord& Rec = ExprEvalContexts.back(); in PopExpressionEvaluationContext()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h796 struct ExpressionEvaluationContextRecord { struct
840 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument
860 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument