Home | History | Annotate | Download | only in Sema

Lines Matching refs:ILoc

729     SourceLocation ILoc = DE->getExprLoc();
733 if (RequireCompleteType(ILoc, VD->getType(),
741 Diag(ILoc, diag::err_omp_ref_type_arg)
753 Diag(ILoc, diag::err_omp_var_thread_local) << VD;