Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDecltype

4719   bool IsDecltype = ExprEvalContexts.back().IsDecltype;
4720 CXXDestructorDecl *Destructor = IsDecltype ? 0 : LookupDestructor(RD);
4740 if (IsDecltype)
4800 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression");
4841 ExprEvalContexts.back().IsDecltype = false;