Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h796 struct ExpressionEvaluationContextRecord { struct
798 ExpressionEvaluationContext Context;
801 bool ParentNeedsCleanups;
804 bool IsDecltype;
808 unsigned NumCleanupObjects;
812 unsigned NumTypos;
814 llvm::SmallPtrSet<Expr*, 2> SavedMaybeODRUseExprs;
840 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument
860 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument