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

/external/clang/include/clang/Sema/
H A DSema.h628 bool IsDecltype; member in struct:clang::Sema::ExpressionEvaluationContextRecord
664 bool IsDecltype)
666 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects),
2889 bool IsDecltype = false);
2893 bool IsDecltype = false);
7489 bool IsDecltype = false)
7492 IsDecltype);
7497 bool IsDecltype = false)
7501 IsDecltype);
660 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *LambdaContextDecl, bool IsDecltype) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp10333 bool IsDecltype) {
10339 IsDecltype));
10348 bool IsDecltype) {
10350 PushExpressionEvaluationContext(NewContext, LambdaContextDecl, IsDecltype);
11482 if (ExprEvalContexts.back().IsDecltype) {
10331 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument
10346 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, bool IsDecltype) argument

Completed in 101 milliseconds