Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h664 bool IsDecltype; member
700 bool IsDecltype) in ExpressionEvaluationContextRecord()
702 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()
3112 bool IsDecltype = false);
3116 bool IsDecltype = false);
8022 bool IsDecltype = false)
8025 IsDecltype); in Actions()
8030 bool IsDecltype = false)
8034 IsDecltype); in Actions()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp4989 bool IsDecltype = ExprEvalContexts.back().IsDecltype; in MaybeBindToTemporary() local
4990 CXXDestructorDecl *Destructor = IsDecltype ? 0 : LookupDestructor(RD); in MaybeBindToTemporary()
5011 if (IsDecltype) in MaybeBindToTemporary()
5071 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression"); in ActOnDecltypeExpression()
5112 ExprEvalContexts.back().IsDecltype = false; in ActOnDecltypeExpression()
DSemaExpr.cpp11009 bool IsDecltype) { in PushExpressionEvaluationContext() argument
11015 IsDecltype)); in PushExpressionEvaluationContext()
11024 bool IsDecltype) { in PushExpressionEvaluationContext() argument
11026 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype); in PushExpressionEvaluationContext()
12438 if (ExprEvalContexts.back().IsDecltype) { in CheckCallReturnType()