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

/external/clang/include/clang/Sema/
H A DSema.h738 bool IsDecltype; member in struct:clang::Sema::ExpressionEvaluationContextRecord
774 bool IsDecltype)
776 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects),
3249 bool IsDecltype = false);
3253 bool IsDecltype = false);
8414 bool IsDecltype = false)
8417 IsDecltype);
8422 bool IsDecltype = false)
8426 IsDecltype);
770 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *ManglingContextDecl, bool IsDecltype) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4961 bool IsDecltype = ExprEvalContexts.back().IsDecltype;
4962 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD);
4983 if (IsDecltype)
5043 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression");
5085 ExprEvalContexts.back().IsDecltype = false;
H A DSemaExpr.cpp11266 bool IsDecltype) {
11272 IsDecltype));
11281 bool IsDecltype) {
11283 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype);
12796 if (ExprEvalContexts.back().IsDecltype) {
11264 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument
11279 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, bool IsDecltype) argument

Completed in 74 milliseconds