Searched defs:IsDecltype (Results 1 - 2 of 2) 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 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 88 milliseconds