Home | History | Annotate | Download | only in Expression

Lines Matching full:m_sema

39     m_sema (NULL)
134 if (!m_sema)
180 if (!m_sema)
344 m_sema->RequireCompleteType(SourceLocation(), expr_qual_type, clang::diag::err_incomplete_type);
365 ExprResult address_of_expr = m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr);
367 m_sema->AddInitializerToDecl(result_decl, address_of_expr.take(), true, false);
385 m_sema->AddInitializerToDecl(result_decl, last_expr, true, false);
394 //m_sema->AddInitializerToDecl(result_decl, last_expr);
402 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl);
408 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt(result_decl_group_ptr,
499 m_sema = &S;
508 m_sema = NULL;