Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DSema.h1126 struct ExpressionEvaluationContextRecord { struct
1128 ExpressionEvaluationContext Context;
1131 CleanupInfo ParentCleanup;
1135 unsigned NumCleanupObjects;
1139 unsigned NumTypos;
1141 MaybeODRUseExprSet SavedMaybeODRUseExprs;
1145 SmallVector<LambdaExpr *, 2> Lambdas;
1150 Decl *ManglingContextDecl;
1154 SmallVector<CallExpr *, 8> DelayedDecltypeCalls;
1180 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument
[all …]
/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