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

/external/clang/include/clang/Sema/
H A DSema.h804 bool IsDecltype; member in struct:clang::Sema::ExpressionEvaluationContextRecord
844 bool IsDecltype)
846 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects),
3565 bool IsDecltype = false);
3569 bool IsDecltype = false);
9234 bool IsDecltype = false)
9237 IsDecltype);
9242 bool IsDecltype = false)
9246 IsDecltype);
840 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *ManglingContextDecl, bool IsDecltype) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5437 bool IsDecltype = ExprEvalContexts.back().IsDecltype;
5438 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD);
5459 if (IsDecltype)
5518 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression");
5560 ExprEvalContexts.back().IsDecltype = false;
H A DSemaExpr.cpp12283 bool IsDecltype) {
12286 IsDecltype);
12295 bool IsDecltype) {
12297 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);
13803 if (ExprEvalContexts.back().IsDecltype) {
12281 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument
12293 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, bool IsDecltype) argument

Completed in 171 milliseconds