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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h804 bool IsDecltype; member in struct:clang::Sema::ExpressionEvaluationContextRecord
840 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *ManglingContextDecl, bool IsDecltype) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp12460 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, bool IsDecltype) argument
12472 PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, bool IsDecltype) argument

Completed in 150 milliseconds