Searched defs:IsDecltype (Results 1 - 2 of 2) sorted by relevance

/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
/external/clang/lib/Sema/
H A DSemaExpr.cpp10096 bool IsDecltype) {
10102 IsDecltype));
11149 if (ExprEvalContexts.back().IsDecltype) {
10094 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument

Completed in 298 milliseconds