Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h833 struct ExpressionEvaluationContextRecord { struct
835 ExpressionEvaluationContext Context;
838 CleanupInfo ParentCleanup;
841 bool IsDecltype;
845 unsigned NumCleanupObjects;
849 unsigned NumTypos;
851 llvm::SmallPtrSet<Expr*, 2> SavedMaybeODRUseExprs;
877 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument
897 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument