Searched defs:IsDecltype (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h659 bool IsDecltype; member in struct:clang::Sema::ExpressionEvaluationContextRecord
695 bool IsDecltype)
697 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects),
3041 bool IsDecltype = false);
3045 bool IsDecltype = false);
7808 bool IsDecltype = false)
7811 IsDecltype);
7816 bool IsDecltype = false)
7820 IsDecltype);
691 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *ManglingContextDecl, bool IsDecltype) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp10816 bool IsDecltype) {
10822 IsDecltype));
10831 bool IsDecltype) {
10833 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);
12058 if (ExprEvalContexts.back().IsDecltype) {
10814 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument
10829 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, bool IsDecltype) argument

Completed in 121 milliseconds