Home
last modified time | relevance | path

Searched refs:IsDecltype (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h753 bool IsDecltype; member
793 bool IsDecltype) in ExpressionEvaluationContextRecord()
795 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
3378 bool IsDecltype = false);
3382 bool IsDecltype = false);
8730 bool IsDecltype = false)
8733 IsDecltype); in Actions()
8738 bool IsDecltype = false)
8742 IsDecltype); in Actions()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5005 bool IsDecltype = ExprEvalContexts.back().IsDecltype; in MaybeBindToTemporary() local
5006 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD); in MaybeBindToTemporary()
5027 if (IsDecltype) in MaybeBindToTemporary()
5086 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression"); in ActOnDecltypeExpression()
5128 ExprEvalContexts.back().IsDecltype = false; in ActOnDecltypeExpression()
H A DSemaExpr.cpp11445 bool IsDecltype) { in PushExpressionEvaluationContext() argument
11451 IsDecltype)); in PushExpressionEvaluationContext()
11460 bool IsDecltype) { in PushExpressionEvaluationContext() argument
11462 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype); in PushExpressionEvaluationContext()
13036 if (ExprEvalContexts.back().IsDecltype) { in CheckCallReturnType()