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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4725 bool IsDecltype = ExprEvalContexts.back().IsDecltype;
4726 CXXDestructorDecl *Destructor = IsDecltype ? 0 : LookupDestructor(RD);
4746 if (IsDecltype)
4807 assert(Rec.IsDecltype && "not in a decltype expression");
4847 Rec.IsDecltype = false;
H A DSemaExpr.cpp10096 bool IsDecltype) {
10102 IsDecltype));
11149 if (ExprEvalContexts.back().IsDecltype) {
10094 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument
/external/clang/include/clang/Sema/
H A DSema.h586 bool IsDecltype; member in struct:clang::Sema::ExpressionEvaluationContextRecord
622 bool IsDecltype)
624 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects),
2700 bool IsDecltype = false);
7266 bool IsDecltype = false)
7269 IsDecltype);
618 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *LambdaContextDecl, bool IsDecltype) argument

Completed in 509 milliseconds